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 8700951 commit 1539f2cCopy full SHA for 1539f2c
src/Install.php
@@ -78,7 +78,7 @@ public static function uninstallByRelation()
78
79
public static function isBaseController($path)
80
{
81
- if (strpos($path, 'BaseController')) {
+ if (strpos($path, 'BaseController') !== false) {
82
return true;
83
}
84
0 commit comments