Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and github-actions[bot] committed Jan 6, 2023
1 parent 53a67a1 commit 4f11111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/MakeSettingCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Spatie\LaravelSettings\Console;

use InvalidArgumentException;
use Illuminate\Console\Command;
use Illuminate\Filesystem\Filesystem;
use InvalidArgumentException;

class MakeSettingCommand extends Command
{
Expand All @@ -31,7 +31,7 @@ class MakeSettingCommand extends Command
protected $description = 'Create a new Settings Class';

/**
* @var Filesystem $files
* @var Filesystem
*/
protected Filesystem $files;

Expand Down

0 comments on commit 4f11111

Please sign in to comment.