File tree 1 file changed +4
-4
lines changed
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()
75
75
// $instance->checkCooldownAndFlushAfterPersisting($instance);
76
76
// });
77
77
78
- static ::pivotSynced (function ($ instance , $ secondInstance , $ relationship ) {
78
+ static ::pivotSynced (function ($ instance , $ relationship ) {
79
79
$ instance ->checkCooldownAndFlushAfterPersisting ($ instance , $ relationship );
80
80
});
81
81
82
- static ::pivotAttached (function ($ instance , $ secondInstance , $ relationship ) {
82
+ static ::pivotAttached (function ($ instance , $ relationship ) {
83
83
$ instance ->checkCooldownAndFlushAfterPersisting ($ instance , $ relationship );
84
84
});
85
85
86
- static ::pivotDetached (function ($ instance , $ secondInstance , $ relationship ) {
86
+ static ::pivotDetached (function ($ instance , $ relationship ) {
87
87
$ instance ->checkCooldownAndFlushAfterPersisting ($ instance , $ relationship );
88
88
});
89
89
90
- static ::pivotUpdated (function ($ instance , $ secondInstance , $ relationship ) {
90
+ static ::pivotUpdated (function ($ instance , $ relationship ) {
91
91
$ instance ->checkCooldownAndFlushAfterPersisting ($ instance , $ relationship );
92
92
});
93
93
}
You can’t perform that action at this time.
0 commit comments