Skip to content

Commit

Permalink
Use FQCN
Browse files Browse the repository at this point in the history
  • Loading branch information
chinpei215 committed Nov 27, 2016
1 parent 451d905 commit 41ecd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/PagesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class PagesController extends AppController
* Displays a view
*
* @return void|\Cake\Network\Response
* @throws ForbiddenException When a directory traversal attempt.
* @throws \Cake\Network\Exception\ForbiddenException When a directory traversal attempt.
* @throws \Cake\Network\Exception\NotFoundException When the view file could not
* be found or \Cake\View\Exception\MissingTemplateException in debug mode.
*/
Expand Down

0 comments on commit 41ecd38

Please sign in to comment.