Skip to content

Commit 70acdea

Browse files
authored
Merge pull request #295 from Blair2004/v4.4.x
V4.5.2
2 parents 72eb8f5 + 7acd8d8 commit 70acdea

File tree

114 files changed

+4107
-1166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+4107
-1166
lines changed

app/Console/Commands/ResetCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Illuminate\Console\Command;
99
use Illuminate\Support\Facades\Artisan;
1010
use Illuminate\Support\Facades\Auth;
11-
use Jackiedo\DotenvEditor\Facades\DotenvEditor;
1211

1312
class ResetCommand extends Command
1413
{

app/Console/Commands/SetupCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
namespace App\Console\Commands;
44

55
use App\Services\Setup;
6-
use Exception;
76
use Illuminate\Console\Command;
8-
use Jackiedo\DotenvEditor\Facades\DotenvEditor;
97

108
class SetupCommand extends Command
119
{

0 commit comments

Comments
 (0)