@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace App\Controller\Admin; |
4 | 4 | |
5 | 5 | use Core\Application; |
6 | -use Core\Utils\ArrayUtils; |
|
7 | 6 | use Core\ViewModel; |
8 | 7 | use Prob\ArrayUtil\KeyGlue; |
9 | 8 |
@@ -42,8 +42,8 @@ |
||
42 | 42 | |
43 | 43 | $events = $glue->glueKeyAndContainValue(); |
44 | 44 | |
45 | - foreach($events as $k => $v) { |
|
46 | - if(is_string($events[$k]) == false) { |
|
45 | + foreach ($events as $k => $v) { |
|
46 | + if (is_string($events[$k]) == false) { |
|
47 | 47 | $events[$k] = '{ Closure function }'; |
48 | 48 | } |
49 | 49 | } |