Skip to content

Commit

Permalink
Fixed breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
voidgraphics authored Apr 13, 2023
1 parent bbb0130 commit 50582f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static function installPackages()
'laravel/pint',
'spatie/laravel-log-dumper',
'spatie/laravel-ray',
'whitecube/laravel-sluggable'
//'whitecube/laravel-sluggable'
];

static::$composer->run(['require', ...$packages]);
Expand Down

0 comments on commit 50582f1

Please sign in to comment.