We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70226c commit 9e9887cCopy full SHA for 9e9887c
src/Providers/TotemServiceProvider.php
@@ -70,7 +70,7 @@ public function register()
70
protected function registerResources()
71
{
72
$this->loadViewsFrom(__DIR__.'/../../resources/views', 'totem');
73
- $this->loadMigrationsFrom(__DIR__.'/../../database/migrations', 'totem');
+ $this->loadMigrationsFrom(__DIR__.'/../../database/migrations');
74
$this->loadTranslationsFrom(__DIR__.'/../../resources/lang', 'totem');
75
}
76
0 commit comments