LMongo\Eloquent\Model::reguard PHP Method

reguard() public static method

Enable the mass assignment restrictions.
public static reguard ( ) : void
return void
    public static function reguard()
    {
        static::$unguarded = false;
    }
Model