Skip to content

Commit 8a1ba0d

Browse files
CodexshaperStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 9a14656 commit 8a1ba0d

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Commands/DatabaseAdmin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use CodexShaper\DBM\Facades\Manager;
66
use Illuminate\Console\Command;
7-
use Illuminate\Filesystem\Filesystem;
87
use Symfony\Component\Console\Input\InputOption;
98

109
class DatabaseAdmin extends Command

src/Commands/DatabaseMigrate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace CodexShaper\DBM\Commands;
44

55
use Illuminate\Console\Command;
6-
use Symfony\Component\Console\Input\InputOption;
76

87
class DatabaseMigrate extends Command
98
{

src/Http/Controllers/CrudController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace CodexShaper\DBM\Http\Controllers;
44

5-
use CodexShaper\DBM\Database\Schema\Table;
65
use CodexShaper\DBM\Facades\Manager as DBM;
76
use Illuminate\Http\Request;
87
use Illuminate\Support\Str;

0 commit comments

Comments
 (0)