Skip to content

Commit

Permalink
🍺
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Nov 7, 2023
1 parent 3db650b commit 7beb728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected function registerRouteBindings()
{
Route::bind('resource', function ($value) {
if (! Statamic::isCpRoute()) {
return $value;
return $value;
}

return Runway::findResource($value);
Expand Down

0 comments on commit 7beb728

Please sign in to comment.