Baum\Extensions\Eloquent\Model::softDeletesEnabled PHP Метод

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

Static method which returns wether soft delete functionality is enabled on the model.
public static softDeletesEnabled ( ) : boolean
Результат boolean
    public static function softDeletesEnabled()
    {
        return with(new static())->areSoftDeletesEnabled();
    }