PHP Classes

File: src/config/model-event-logger.php

Recommend this page to a friend!
  Classes of Zacchaeus Bolaji   Laravel Revert Model Events   src/config/model-event-logger.php   Download  
File: src/config/model-event-logger.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Revert Model Events
Log, list and undo changes done on model objects
Author: By
Last change:
Date: 4 years ago
Size: 277 bytes
 

Contents

Class file image Download
<?php
/**
 * Created by PhpStorm.
 * User: Djunehor
 * Date: 10/6/2019
 * Time: 10:46 PM.
 */
return [
   
'guard' => env('MODEL_EVENT_ADMIN_GUARD', null), //specify guard name
   
'user_id' => env('MODEL_EVENT_ADMIN_MODEL_ID', 1), //specify model id as int or array of IDs
];