Completed
Push — master ( 968a6a...cfa4b6 )
by Marcel
03:14
created
src/Mpociot/CaptainHook/Webhook.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -31,16 +31,16 @@
 block discarded – undo
31 31
     {
32 32
         parent::boot();
33 33
 
34
-        static::created(function ($results) {
34
+        static::created(function($results) {
35 35
             Cache::forget(self::CACHE_KEY);
36 36
         });
37 37
 
38 38
 
39
-        static::updated(function ($results) {
39
+        static::updated(function($results) {
40 40
             Cache::forget(self::CACHE_KEY);
41 41
         });
42 42
 
43
-        static::deleted(function ($results) {
43
+        static::deleted(function($results) {
44 44
             Cache::forget(self::CACHE_KEY);
45 45
         });
46 46
     }
Please login to merge, or discard this patch.