Skip to content

Commit

Permalink
Fix with custom controller
Browse files Browse the repository at this point in the history
  • Loading branch information
dmongeau committed Feb 7, 2018
1 parent 06aa574 commit 88fb30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/panneau.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
if (!is_null($customController)) {
// Create custom routes set
$router->panneauResource($resource->getId(), [
'controller' => $customController,
'controller' => '\\'.$customController,
]);
}
}
Expand Down

0 comments on commit 88fb30f

Please sign in to comment.