Skip to content

Commit 6df7d5b

Browse files
committed
Fix compatibility with HasFactory
1 parent 623b955 commit 6df7d5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.php_cs
33
.php_cs.cache
44
.phpunit.result.cache
5+
.phpunit.cache
56
.phpunit.cache/test-results
67
build
78
composer.lock

src/Models/Send.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class Send extends Model
7878
'rejected_at' => 'immutable_datetime',
7979
];
8080

81-
protected static function newFactory(): SendFactory
81+
protected static function newFactory()
8282
{
8383
return new SendFactory();
8484
}

0 commit comments

Comments
 (0)