Esensi\Model\Traits\SoftDeletingModelTrait::bootSoftDeletingModelTrait PHP 메소드

bootSoftDeletingModelTrait() 공개 정적인 메소드

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