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 f9a9108 commit bc56171Copy full SHA for bc56171
src/Providers/TotemServiceProvider.php
@@ -51,7 +51,7 @@ public function register()
51
$this->app->register(TotemEventServiceProvider::class);
52
53
try {
54
- if (Schema::hasTable('tasks')) {
+ if (Schema::hasTable(config('totem.table_prefix').'tasks')) {
55
$this->app->register(ConsoleServiceProvider::class);
56
}
57
} catch (\PDOException $ex) {
0 commit comments