File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,19 +75,19 @@ public static function bootCachable()
7575 // $instance->checkCooldownAndFlushAfterPersisting($instance); 
7676 // }); 
7777
78-  static ::pivotSynced (function  ($ instance , $ secondInstance ,  $ relationship ) {
78+  static ::pivotSynced (function  ($ instance , $ relationship ) {
7979 $ instance ->checkCooldownAndFlushAfterPersisting ($ instance , $ relationship );
8080 });
8181
82-  static ::pivotAttached (function  ($ instance , $ secondInstance ,  $ relationship ) {
82+  static ::pivotAttached (function  ($ instance , $ relationship ) {
8383 $ instance ->checkCooldownAndFlushAfterPersisting ($ instance , $ relationship );
8484 });
8585
86-  static ::pivotDetached (function  ($ instance , $ secondInstance ,  $ relationship ) {
86+  static ::pivotDetached (function  ($ instance , $ relationship ) {
8787 $ instance ->checkCooldownAndFlushAfterPersisting ($ instance , $ relationship );
8888 });
8989
90-  static ::pivotUpdated (function  ($ instance , $ secondInstance ,  $ relationship ) {
90+  static ::pivotUpdated (function  ($ instance , $ relationship ) {
9191 $ instance ->checkCooldownAndFlushAfterPersisting ($ instance , $ relationship );
9292 });
9393 }
                                 You can’t perform that action at this time. 
               
                  
0 commit comments