Skip to content

Commit

Permalink
cs fixes pls
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkregel authored and github-actions[bot] committed Oct 21, 2022
1 parent c3bc237 commit 8d0f4cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Spork.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public static function provides(): array

public static function features()
{
return array_map(fn($feature) => array_merge($feature, [
return array_map(fn ($feature) => array_merge($feature, [
'enabled' => config('spork.'.Str::lower($feature['slug']).'.enabled', false),
]), static::$features);
}
Expand Down
1 change: 0 additions & 1 deletion src/SporkServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public function boot()

public function register()
{

$this->loadMigrationsFrom(__DIR__.'/../database/migrations');
$this->mergeConfigFrom(__DIR__.'/../config/spork-core.php', 'spork.core');

Expand Down

0 comments on commit 8d0f4cf

Please sign in to comment.