Skip to content

Commit 55052ef

Browse files
committed
Removed return type for Laravel 8 compatability
1 parent a6219f7 commit 55052ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/FastRefreshDatabase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ trait FastRefreshDatabase
2020
* @return void
2121
* @throws \JsonException
2222
*/
23-
protected function refreshTestDatabase(): void
23+
protected function refreshTestDatabase()
2424
{
2525
if (! RefreshDatabaseState::$migrated) {
2626
$cachedChecksum = FastRefreshDatabaseState::$cachedChecksum ??= $this->getCachedMigrationChecksum();

0 commit comments

Comments
 (0)