Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach authored and github-actions[bot] committed Nov 12, 2024
1 parent c9dd2cc commit 4561546
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/MorphMapGeneratorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function boot(MorphMapCacheDriver $cache): void
ClearMorphMapCommand::class,
]);

if(method_exists($this, 'optimizes') && config('morph-map-generator.optimize', true)) {
if (method_exists($this, 'optimizes') && config('morph-map-generator.optimize', true)) {
$this->optimizes('morph-map:cache', 'morph-map:clear', 'morph-map');
}
}
Expand Down
1 change: 0 additions & 1 deletion tests/MorphMapCommandsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Spatie\LaravelMorphMapGenerator\Cache\MorphMapCacheDriver;
use Spatie\LaravelMorphMapGenerator\Commands\CacheMorphMapCommand;
use Spatie\LaravelMorphMapGenerator\Commands\ClearMorphMapCommand;

use Spatie\TemporaryDirectory\TemporaryDirectory;

beforeEach(function () {
Expand Down

0 comments on commit 4561546

Please sign in to comment.