Flarum\Event\ConfigureApiController::removeInclude PHP Method

removeInclude() public method

Don't include the given relationship by default.
public removeInclude ( string $name )
$name string
    public function removeInclude($name)
    {
        array_forget($this->controller->include, $name);
    }