Skip to content

Commit 196680f

Browse files
add destination path to generator command output (#44266)
1 parent e0d8e3d commit 196680f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Console/GeneratorCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function handle()
182182
}
183183
}
184184

185-
$this->components->info($info.' created successfully.');
185+
$this->components->info(sprintf('%s [%s] created successfully.', $info, $path));
186186
}
187187

188188
/**

0 commit comments

Comments
 (0)