Skip to content

Commit 4f11111

Browse files
rubenvanasschegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 53a67a1 commit 4f11111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/MakeSettingCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Spatie\LaravelSettings\Console;
44

5-
use InvalidArgumentException;
65
use Illuminate\Console\Command;
76
use Illuminate\Filesystem\Filesystem;
7+
use InvalidArgumentException;
88

99
class MakeSettingCommand extends Command
1010
{
@@ -31,7 +31,7 @@ class MakeSettingCommand extends Command
3131
protected $description = 'Create a new Settings Class';
3232

3333
/**
34-
* @var Filesystem $files
34+
* @var Filesystem
3535
*/
3636
protected Filesystem $files;
3737

0 commit comments

Comments
 (0)