Skip to content

Commit

Permalink
Removed return type for Laravel 8 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammyjo20 committed Jan 5, 2023
1 parent a6219f7 commit 55052ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/FastRefreshDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ trait FastRefreshDatabase
* @return void
* @throws \JsonException
*/
protected function refreshTestDatabase(): void
protected function refreshTestDatabase()
{
if (! RefreshDatabaseState::$migrated) {
$cachedChecksum = FastRefreshDatabaseState::$cachedChecksum ??= $this->getCachedMigrationChecksum();
Expand Down

0 comments on commit 55052ef

Please sign in to comment.