LMongo\Eloquent\Model::reguard PHP 메소드

reguard() 공개 정적인 메소드

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