We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cafdbd commit 620e05dCopy full SHA for 620e05d
src/Traits/FastRefreshDatabase.php
@@ -82,7 +82,7 @@ protected function calculateMigrationChecksum(): string
82
*/
83
protected function getCachedMigrationChecksum(): ?string
84
{
85
- return rescue(static fn () => file_get_contents($this->getMigrationChecksumFile()), null, false);
+ return rescue(fn () => file_get_contents($this->getMigrationChecksumFile()), null, false);
86
}
87
88
/**
0 commit comments