We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623b955 commit e7a1372Copy full SHA for e7a1372
.gitignore
@@ -2,6 +2,7 @@
2
.php_cs
3
.php_cs.cache
4
.phpunit.result.cache
5
+.phpunit.cache
6
.phpunit.cache/test-results
7
build
8
composer.lock
src/Models/Send.php
@@ -78,7 +78,7 @@ class Send extends Model
78
'rejected_at' => 'immutable_datetime',
79
];
80
81
- protected static function newFactory(): SendFactory
+ protected static function newFactory()
82
{
83
return new SendFactory();
84
}
0 commit comments