File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Creating
99 /**
1010 * When the model is being created.
1111 *
12- * @param Illuminate\Database\Eloquent $model
12+ * @param Illuminate\Database\Eloquent $model
1313 * @return void
1414 */
1515 public function handle ($ model )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Deleting
99 /**
1010 * When the model is being deleted.
1111 *
12- * @param Illuminate\Database\Eloquent $model
12+ * @param Illuminate\Database\Eloquent $model
1313 * @return void
1414 */
1515 public function handle ($ model )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ class Restoring
77 /**
88 * When the model is being restored.
99 *
10- * @param Illuminate\Database\Eloquent $model
10+ * @param Illuminate\Database\Eloquent $model
1111 * @return void
1212 */
1313 public function handle ($ model )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Updating
99 /**
1010 * When the model is being updated.
1111 *
12- * @param Illuminate\Database\Eloquent $model
12+ * @param Illuminate\Database\Eloquent $model
1313 * @return void
1414 */
1515 public function handle ($ model )
You can’t perform that action at this time.
0 commit comments