laravel['config']['queue.connections.database.table']; } /** * Get the path to the migration stub file. * * @return string */ protected function migrationStubFile() { return __DIR__.'/stubs/jobs.stub'; } }