Skip to content

Commit 522755e

Browse files
committed
fix: resolve some phpstan error
1 parent bd32d27 commit 522755e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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
{
99
protected $message = 'payee() method must return a model which will get the points.';
1010
}

0 commit comments

Comments
 (0)