Skip to content

Commit

Permalink
Improving the info text when a controller was not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
burzum committed Apr 3, 2017
1 parent 4bd5a57 commit b9915d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Template/Error/missing_controller.ctp
Expand Up @@ -44,6 +44,9 @@ $this->start('subheading');
?>
<strong>Error: </strong>
<em><?= h($pluginDot . $class) ?>Controller</em> could not be found.
<p>
In the case you tried to access a plugin controller make sure you added it to your composer file or you use the autoload option for the plugin.
</p>
<?php $this->end() ?>

<?php $this->start('file') ?>
Expand Down

0 comments on commit b9915d8

Please sign in to comment.