Esensi\Model\Traits\SoftDeletingModelTrait::bootSoftDeletingModelTrait PHP Метод

bootSoftDeletingModelTrait() публичный статический Метод

Boot the trait's observers.
public static bootSoftDeletingModelTrait ( )
    public static function bootSoftDeletingModelTrait()
    {
        static::addGlobalScope(new SoftDeletingScope());
    }