From 9e33dd1dbbcd026177298ebefbc4818cb6a63d16 Mon Sep 17 00:00:00 2001 From: Slowlyo Date: Tue, 26 Mar 2024 14:40:35 +0800 Subject: [PATCH] fix install warning --- src/Admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);