Method | Description | |
---|---|---|
created ( OwenIt\Auditing\Contracts\Auditable $model ) : void | Handle the created event for the model. | |
deleted ( OwenIt\Auditing\Contracts\Auditable $model ) : void | Handle the deleted event for the model. | |
saved ( OwenIt\Auditing\Contracts\Auditable $model ) : void | Handle the saved event for the model. | |
saving ( OwenIt\Auditing\Contracts\Auditable $model ) : void | Handle the saving event for the model. |