OwenIt\Auditing\AuditorManager::auditor PHP Method

auditor() public method

Get a auditor instance.
public auditor ( string | null $name = null ) : mixed
$name string | null
return mixed
    public function auditor($name = null)
    {
        return $this->driver($name);
    }