Skip to content

Commit 90898ca

Browse files
authored
Merge pull request #6 from Codexshaper/analysis-2Qx4yP
Apply fixes from StyleCI
2 parents 9a14656 + 8a1ba0d commit 90898ca

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)