Skip to content

Commit 9575089

Browse files
committed
feat: add <server name=DB_CONNECTION value=sqlite/> missing
1 parent 2190938 commit 9575089

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app-modules/gamify/src/Exceptions/InvalidPayeeModelException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace 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
}

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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"/>

0 commit comments

Comments
 (0)