Completed
Push — master ( 8ec63e...02cb29 )
by
unknown
01:18
created
Events.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     public static function addDiscordappFrame($event)
32 32
     {
33
-        if (Yii::$app->user->isGuest) {
33
+        if ( Yii::$app->user->isGuest ) {
34 34
             return;
35 35
         }
36 36
         $event->sender->view->registerAssetBundle(Assets::class);
Please login to merge, or discard this patch.