Skip to content

Commit

Permalink
Fix absolute/relative namespace typo
Browse files Browse the repository at this point in the history
  • Loading branch information
allantatter committed May 14, 2021
1 parent 510a24b commit f715bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HealthzRouteMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class HealthzRouteMethods
public function healthz()
{
return function ($options = []) {
$this->get('healthz', 'OptimistDigital\LaravelHealthz\HealthzController@healthz')->name('healthz');
$this->get('healthz', '\OptimistDigital\LaravelHealthz\HealthzController@healthz')->name('healthz');
};
}
}

0 comments on commit f715bec

Please sign in to comment.