Skip to content

Commit

Permalink
CodeSniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
glorand committed Jul 1, 2019
1 parent c63f522 commit 8187fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Console/CreateSettingsFieldForModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

use Illuminate\Console\Command;
use Illuminate\Filesystem\Filesystem;
use Illuminate\Support\Str;
use Illuminate\Support\Facades\Schema;
use Illuminate\Support\Str;

class CreateSettingsFieldForModel extends Command
{
Expand Down
2 changes: 1 addition & 1 deletion src/Console/CreateSettingsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

use Illuminate\Console\Command;
use Illuminate\Filesystem\Filesystem;
use Illuminate\Support\Str;
use Illuminate\Support\Facades\Schema;
use Illuminate\Support\Str;

class CreateSettingsTable extends Command
{
Expand Down

0 comments on commit 8187fb0

Please sign in to comment.