diff --git a/config/ignition.php b/config/ignition.php index 800e8a71..a8abfad9 100644 --- a/config/ignition.php +++ b/config/ignition.php @@ -1,5 +1,7 @@ [ - // + MissingPackageSolutionProvider::class, ], /* @@ -68,7 +70,7 @@ return [ | */ - 'enable_runnable_solutions' => env('IGNITION_ENABLE_RUNNABLE_SOLUTIONS', null), + 'enable_runnable_solutions' => false, /* |--------------------------------------------------------------------------