We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It throws a bunch of these. Downgrading to 8.1.29 results in a working system.
Symfony\Component\ErrorHandler\Error\FatalError Uncaught Whoops\Exception\ErrorException: Using ${var} in strings is deprecated, use {$var} instead in /home/chattest-devel/vendor/facade/ignition/src/SolutionProviders/MergeConflictSolutionProvider.php:52 Stack trace: #0 /home/chattest-devel/vendor/composer/ClassLoader.php(576): Whoops\Run->handleError(8192, 'Using ${var} in...', '/home/chattest-...', 52) #1 /home/chattest-devel/vendor/composer/ClassLoader.php(576): include() #2 /home/chattest-devel/vendor/composer/ClassLoader.php(427): Composer\Autoload\{closure}('/home/chattest-...') #3 [internal function]: Composer\Autoload\ClassLoader->loadClass('Facade\\Ignition...') #4 /home/chattest-devel/vendor/facade/ignition/src/SolutionProviders/SolutionProviderRepository.php(50): class_implements('Facade\\Ignition...') #5 [internal function]: Facade\Ignition\SolutionProviders\SolutionProviderRepository->Facade\Ignition\SolutionProviders\{closure}('Facade\\Ignition...', 10) #6 /home/chattest-devel/vendor/laravel/framework/src/Illuminate/Collections/Arr.php(700): array_filter(Array, Object(Closure), 1) #7 /home/chattest-devel/vendor/laravel/framework/src/Illuminate/Collections/Collection.php(345): Illuminate\Support\Arr::where(Array, Object(Closure)) #8 /home/chattest-devel/vendor/facade/ignition/src/SolutionProviders/SolutionProviderRepository.php(49): Illuminate\Support\Collection->filter(Object(Closure)) #9 /home/chattest-devel/vendor/nunomaduro/collision/src/Adapters/Laravel/IgnitionSolutionsRepository.php(36): Facade\Ignition\SolutionProviders\SolutionProviderRepository->getSolutionsForThrowable(Object(Whoops\Exception\ErrorException)) #10 /home/chattest-devel/vendor/nunomaduro/collision/src/Writer.php(244): NunoMaduro\Collision\Adapters\Laravel\IgnitionSolutionsRepository->getFromThrowable(Object(Whoops\Exception\ErrorException)) #11 /home/chattest-devel/vendor/nunomaduro/collision/src/Writer.php(123): NunoMaduro\Collision\Writer->renderSolution(Object(Whoops\Exception\Inspector)) #12 /home/chattest-devel/vendor/nunomaduro/collision/src/Handler.php(39): NunoMaduro\Collision\Writer->write(Object(Whoops\Exception\Inspector)) #13 /home/chattest-devel/vendor/filp/whoops/src/Whoops/Run.php(370): NunoMaduro\Collision\Handler->handle(Object(Whoops\Exception\ErrorException))
Either an update to the Laravel runtime or a note in the readme would be needed here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It throws a bunch of these. Downgrading to 8.1.29 results in a working system.
Either an update to the Laravel runtime or a note in the readme would be needed here
The text was updated successfully, but these errors were encountered: