Skip to content

Commit 06a55d4

Browse files
authored
Update AbstractRepository.php
1 parent a3efdcf commit 06a55d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Repositories/AbstractRepository.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ abstract class AbstractRepository implements RepositoryContract
3838
/**
3939
* @var \Illuminate\Support\MessageBag
4040
*/
41-
protected MessageBag $message_bag;
41+
protected MessageBag|null $message_bag = null;
4242

4343
/**
4444
* @var \Illuminate\Database\Eloquent\Builder

0 commit comments

Comments
 (0)