diff --git a/src/Admin.php b/src/Admin.php index 140566c3..3f32ff20 100644 --- a/src/Admin.php +++ b/src/Admin.php @@ -226,7 +226,7 @@ public static function hasTable($table) return true; } - $has = Schema::hasTable('admin_extensions'); + $has = Schema::hasTable($table); if ($has) { cache()->forever($key, true);