Style tweaks for getters and add more type hinting

This commit is contained in:
Alex Cabal 2024-04-30 22:45:20 -05:00
parent 9e31ed1aac
commit 50efeb05d1
13 changed files with 87 additions and 84 deletions

View file

@ -1,6 +1,6 @@
<?
namespace Exceptions;
class InvalidPatronException extends AppException{
class PatronNotFoundException extends AppException{
protected $message = 'We couldnt locate you in the Patrons Circle.';
}