@@ -165,7 +165,7 @@ public function trashed()
165
165
/**
166
166
* Register a "softDeleted" model event callback with the dispatcher.
167
167
*
168
- * @param \Closure|string $callback
168
+ * @param \Illuminate\Events\QueuedClosure|\ Closure|string $callback
169
169
* @return void
170
170
*/
171
171
public static function softDeleted ($ callback )
@@ -176,7 +176,7 @@ public static function softDeleted($callback)
176
176
/**
177
177
* Register a "restoring" model event callback with the dispatcher.
178
178
*
179
- * @param \Closure|string $callback
179
+ * @param \Illuminate\Events\QueuedClosure|\ Closure|string $callback
180
180
* @return void
181
181
*/
182
182
public static function restoring ($ callback )
@@ -187,7 +187,7 @@ public static function restoring($callback)
187
187
/**
188
188
* Register a "restored" model event callback with the dispatcher.
189
189
*
190
- * @param \Closure|string $callback
190
+ * @param \Illuminate\Events\QueuedClosure|\ Closure|string $callback
191
191
* @return void
192
192
*/
193
193
public static function restored ($ callback )
@@ -198,7 +198,7 @@ public static function restored($callback)
198
198
/**
199
199
* Register a "forceDeleting" model event callback with the dispatcher.
200
200
*
201
- * @param \Closure|string $callback
201
+ * @param \Illuminate\Events\QueuedClosure|\ Closure|string $callback
202
202
* @return void
203
203
*/
204
204
public static function forceDeleting ($ callback )
@@ -209,7 +209,7 @@ public static function forceDeleting($callback)
209
209
/**
210
210
* Register a "forceDeleted" model event callback with the dispatcher.
211
211
*
212
- * @param \Closure|string $callback
212
+ * @param \Illuminate\Events\QueuedClosure|\ Closure|string $callback
213
213
* @return void
214
214
*/
215
215
public static function forceDeleted ($ callback )
0 commit comments