Skip to content

Commit e965d75

Browse files
Update command registration to use LaravelFS-specific class
Replaces the Laravel Installer's NewCommand class with the LaravelFS-specific NewCommand from HichemTabTech. This ensures compatibility with the LaravelFS installer.
1 parent 24c2b3c commit e965d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/laravelfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $laravelInstallerVersion = '5.13.0';
1616
$displayVersion = sprintf('%s (advanced from Laravel Installer %s)', $laravelFSVersion, $laravelInstallerVersion);
1717

1818
$app = new Symfony\Component\Console\Application('LaravelFS Installer', $displayVersion);
19-
$app->add(new Laravel\Installer\Console\NewCommand);
19+
$app->add(new HichemTabTech\LaravelFS\Console\NewCommand);
2020

2121
/** @noinspection PhpUnhandledExceptionInspection */
2222
$app->run();

0 commit comments

Comments
 (0)