We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3efdcf commit 06a55d4Copy full SHA for 06a55d4
src/Repositories/AbstractRepository.php
@@ -38,7 +38,7 @@ abstract class AbstractRepository implements RepositoryContract
38
/**
39
* @var \Illuminate\Support\MessageBag
40
*/
41
- protected MessageBag $message_bag;
+ protected MessageBag|null $message_bag = null;
42
43
44
* @var \Illuminate\Database\Eloquent\Builder
0 commit comments