Skip to content

Commit

Permalink
fix install warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slowlyo committed Mar 26, 2024
1 parent 0efff54 commit 9e33dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9e33dd1

Please sign in to comment.