REBELinBLUE\Deployer\Command::servers PHP 메소드

servers() 공개 메소드

Belongs to many relationship.
public servers ( ) : Illuminate\Database\Eloquent\Relations\BelongsToMany
리턴 Illuminate\Database\Eloquent\Relations\BelongsToMany
    public function servers()
    {
        return $this->belongsToMany(Server::class)->orderBy('order', 'ASC');
    }
Command