Skip to content

Commit

Permalink
stylefix (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
saqueib authored Mar 22, 2020
1 parent 4307c64 commit f87ee09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Setting/SettingEloquentStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace QCod\Settings\Setting;

use Illuminate\Support\Facades\Cache;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Support\Facades\Cache;

class SettingEloquentStorage implements SettingStorage
{
Expand Down
4 changes: 2 additions & 2 deletions src/migrations/2014_10_00_000000_create_settings_table.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

class CreateSettingsTable extends Migration
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

class AddGroupColumnOnSettingsTable extends Migration
{
Expand Down

0 comments on commit f87ee09

Please sign in to comment.