We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a67a1 commit 4f11111Copy full SHA for 4f11111
src/Console/MakeSettingCommand.php
@@ -2,9 +2,9 @@
2
3
namespace Spatie\LaravelSettings\Console;
4
5
-use InvalidArgumentException;
6
use Illuminate\Console\Command;
7
use Illuminate\Filesystem\Filesystem;
+use InvalidArgumentException;
8
9
class MakeSettingCommand extends Command
10
{
@@ -31,7 +31,7 @@ class MakeSettingCommand extends Command
31
protected $description = 'Create a new Settings Class';
32
33
/**
34
- * @var Filesystem $files
+ * @var Filesystem
35
*/
36
protected Filesystem $files;
37
0 commit comments