for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace App\Modules\Core\ModelObservers;
/**
* Handling of model events,
*/
class LogObserver {
public function saving($model)
$model
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
{
//
}
public function saved($model)
public function creating($model)
public function created($model)
public function updating($model)
public function updated($model)
public function deleting($model)
public function deleted($model)
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.