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

unguard() 공개 정적인 메소드

Disable all mass assignable restrictions.
public static unguard ( ) : void
리턴 void
    public static function unguard()
    {
        static::$unguarded = true;
    }
Model