loadMigrationsFrom(module_path($this->moduleName, 'Database/Migrations')); } /** * Register the service provider. * @return void */ public function register() { $this->app->register(RouteServiceProvider::class); } /** * Get the services provided by the provider. * @return array */ public function provides(): array { return []; } }