1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Better aligned handler with core laravel

This commit is contained in:
Dan Brown
2021-03-02 21:59:12 +00:00
parent 60030a774d
commit 382f155f76
2 changed files with 20 additions and 22 deletions

View File

@ -5,7 +5,6 @@ class NotFoundException extends PrettyException
/**
* NotFoundException constructor.
* @param string $message
*/
public function __construct($message = 'Item not found')
{