diff --git a/workbench/tests/ServiceProviderTest.php b/workbench/tests/ServiceProviderTest.php index dd8da60..3d3e926 100644 --- a/workbench/tests/ServiceProviderTest.php +++ b/workbench/tests/ServiceProviderTest.php @@ -68,7 +68,7 @@ protected function deletePublishable(): void ); collect(File::files(database_path('migrations'))) - ->filter(fn (SplFileInfo $file) => $file->getExtension() === '.php') + ->filter(fn (SplFileInfo $file) => $file->getExtension() === 'php') ->each(fn (SplFileInfo $file) => File::delete($file)); } }