Completed
Push — master ( 4564a8...68dc96 )
by
unknown
01:37 queued 18s
created
Events.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      */
30 30
     public static function addDiscordappFrame($event)
31 31
     {
32
-        if (Yii::$app->user->isGuest) {
32
+        if ( Yii::$app->user->isGuest ) {
33 33
             return;
34 34
         }
35 35
 
Please login to merge, or discard this patch.