File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1212
1313class InertiaJsPreset extends Preset
1414{
15- private static $ command ;
16-
17- public static function install ($ command )
15+ public static function install ()
1816 {
19- static ::$ command = $ command ;
20-
2117 static ::updatePackages ();
2218 static ::updateBootstrapping ();
2319 static ::updateComposer (false );
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class InertiaJsPresetServiceProvider extends ServiceProvider
1010 public function boot ()
1111 {
1212 PresetCommand::macro ('inertiajs ' , function ($ command ) {
13- InertiaJsPreset::install ($ command );
13+ InertiaJsPreset::install ();
1414
1515 $ command ->info ('Inertia.js scaffolding installed successfully. ' );
1616 $ command ->info ('Please run "npm install && npm run dev" to compile your fresh scaffolding. ' );
You can’t perform that action at this time.
0 commit comments