Completed
Push — master ( 1acd81...269c20 )
by Ash
08:14
created
src/Jobs/Track.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
                     }
101 101
 
102 102
                     // Basic created ie user
103
-                    if (! $postEvent) {
103
+                    if (!$postEvent) {
104 104
                         foreach ($items as $item) {
105 105
                             $basename = strtolower(Str::singular($collection));
106 106
                             $data     = [
Please login to merge, or discard this patch.