Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 79a50d7

Browse files
committed
Updated to 1.0.4 version
1 parent 45d6b75 commit 79a50d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ private function _addResources() {
588588
*/
589589
public static function exists($id) {
590590

591-
return array_key_exists($id, self::$instances);
591+
return array_key_exists($id, self::$instances[App::$id]);
592592
}
593593

594594
/**

0 commit comments

Comments
 (0)