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

getConnection() 공개 메소드

Get the database connection for the model.
public getConnection ( ) : Connection
리턴 LMongo\Connection
    public function getConnection()
    {
        return static::resolveConnection($this->connection);
    }
Model