-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
Description
ArgumentCountError
Too few arguments to function Illuminate\Database\Grammar::__construct(), 0 passed in /home/danielchaves/PhpstormProjects/concurso-inscricoes/vendor/uepg/laravel-sybase/src/Database/Connection.php on line 86 and exactly 1 expected
at vendor/laravel/framework/src/Illuminate/Database/Grammar.php:26
22▕ * Create a new grammar instance.
23▕ *
24▕ * @param \Illuminate\Database\Connection $connection
25▕ */
➜ 26▕ public function __construct(Connection $connection)
27▕ {
28▕ $this->connection = $connection;
29▕ }
30▕
�[2m+33 vendor frames �[22m
34 artisan:16
Illuminate\Foundation\Application::handleCommand()