mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Minor refactor
This commit is contained in:
parent
388dbab1f1
commit
831c1531d8
4 changed files with 66 additions and 110 deletions
|
@ -3,5 +3,5 @@ namespace Exceptions;
|
|||
|
||||
class EbookTitleRequiredException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'Ebook Title required.';
|
||||
protected $message = 'Title required.';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue