Pantheon\Terminus\Models\NewRelic::enable PHP Method

enable() public method

Enables New Relic
public enable ( ) : Workflow
return Workflow
    public function enable()
    {
        return $this->site->getWorkflows()->create('enable_new_relic_for_site', ['site' => $this->site->id]);
    }