skip to Main Content

error when i run php artisan migrate command on line 51 – Phpmyadmin

When I run the php artisan migrate command in terminal I'm left with this. ParseError syntax error, unexpected ')' at C:laragonwwwtestnum2vendorlaravelframeworksrcIlluminateBusBusServiceProvider.php:51 47▕ return new DatabaseBatchRepository( 48▕ $app->make(BatchFactory::class), 49▕ $app->make('db')->connection(config('queue.batching.database')), 50▕ config('queue.batching.table', 'job_batches'), ➜ 51▕ ); 52▕ }); 53▕ } 54▕…

VIEW QUESTION
Back To Top
Search