Example #1
0
 public static function boot()
 {
     parent::boot();
     static::creating(function ($model) {
         $model->beforeCreate();
     });
 }
Example #2
0
 public static function boot()
 {
     parent::boot();
 }