Skip to content

Commit 6e1f50d

Browse files
dcblogdevgithub-actions[bot]
authored andcommitted
PHP Linting (Pint)
1 parent 0a313e3 commit 6e1f50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LaravelModulesServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ protected function registerServices()
8888
return new $class($app);
8989
});
9090
$this->app->alias(Contracts\RepositoryInterface::class, 'modules');
91-
91+
9292
$this->app->singleton(
9393
ModuleManifest::class,
94-
fn() => new ModuleManifest(
94+
fn () => new ModuleManifest(
9595
new Filesystem,
9696
app(Contracts\RepositoryInterface::class)->getScanPaths(),
9797
$this->getCachedModulePath(),

0 commit comments

Comments
 (0)