Completed
Push — master ( 4a3162...ec5ff1 )
by Sarah
01:13
created
Events.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 
26 26
     public static function addDiscordappFrame($event)
27 27
     {
28
-        if (Yii::$app->user->isGuest) {
28
+        if ( Yii::$app->user->isGuest ) {
29 29
             return;
30 30
         }
31 31
         $event->sender->view->registerAssetBundle(Assets::class);
Please login to merge, or discard this patch.