Disable ignition runnable solutions

This commit is contained in:
nabeelio
2021-03-05 07:59:50 -05:00
parent 70a4cf9f90
commit 8a9b68d9ec

View File

@@ -1,5 +1,7 @@
<?php <?php
use Facade\Ignition\SolutionProviders\MissingPackageSolutionProvider;
return [ return [
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@@ -54,7 +56,7 @@ return [
*/ */
'ignored_solution_providers' => [ 'ignored_solution_providers' => [
// MissingPackageSolutionProvider::class,
], ],
/* /*
@@ -68,7 +70,7 @@ return [
| |
*/ */
'enable_runnable_solutions' => env('IGNITION_ENABLE_RUNNABLE_SOLUTIONS', null), 'enable_runnable_solutions' => false,
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------