Closed
Description
The exception was: ArgumentCountError: ReflectionMethod::__construct() expects exactly 1 parameter, 2 given in /Users/seateng/Projects/Seateng/labs/laravel/laravel_ppm/vendor/php-pm/httpkernel-adapter/Bootstraps/Laravel.php:165
$method = new \ReflectionMethod(get_class($this->app), ['name' => 'register']);
to:
$method = new \ReflectionMethod(get_class($this->app), 'register');
Running!
Metadata
Metadata
Assignees
Labels
No labels