-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Vandemaele
committed
Nov 26, 2015
1 parent
f9bef87
commit fabfca8
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
* | ||
* @author Gerry Demaret <[email protected]> | ||
* @author Christophe Gosiau <[email protected]> | ||
* @author David Vandemaele <[email protected]> | ||
*/ | ||
|
||
namespace Skeleton\Core; | ||
|
@@ -18,6 +19,7 @@ class Hook { | |
'handle_error', | ||
'module_access_denied', | ||
'module_not_found', | ||
'media_not_found', | ||
]; | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters