File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
app-modules/gamify/src/Exceptions Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44
55namespace Laravelcm \Gamify \Exceptions ;
66
7- final class InvalidPayeeModelException extends \Exception
7+ final class InvalidPayeeModelException extends \Exception
88{
9- protected string $ message = 'payee() method must return a model which will get the points. ' ;
9+ protected $ message = 'payee() method must return a model which will get the points. ' ;
1010}
Original file line number Diff line number Diff line change 1212 <server name =" APP_TIMEZONE" value =" UTC" />
1313 <server name =" BCRYPT_ROUNDS" value =" 4" />
1414 <server name =" CACHE_DRIVER" value =" array" />
15+ <server name =" DB_CONNECTION" value =" sqlite" />
1516 <server name =" DB_DATABASE" value =" :memory:" />
1617 <server name =" MAIL_MAILER" value =" array" />
1718 <server name =" QUEUE_CONNECTION" value =" sync" />
You can’t perform that action at this time.
0 commit comments