Skip to content

Commit 1539f2c

Browse files
authored
Update Install.php
1 parent 8700951 commit 1539f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static function uninstallByRelation()
7878

7979
public static function isBaseController($path)
8080
{
81-
if (strpos($path, 'BaseController')) {
81+
if (strpos($path, 'BaseController') !== false) {
8282
return true;
8383
}
8484

0 commit comments

Comments
 (0)