1 | <?php namespace App\Modules\Reporting\ModelObservers; |
||
6 | class ReprotObserver { |
||
7 | |||
8 | public function saving($model) |
||
12 | |||
13 | public function saved($model) |
||
17 | |||
18 | public function creating($model) |
||
22 | |||
23 | public function created($model) |
||
27 | |||
28 | public function updating($model) |
||
32 | |||
33 | public function updated($model) |
||
37 | |||
38 | public function deleting($model) |
||
42 | |||
43 | public function deleted($model) |
||
47 | |||
48 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.