Skip to content

Commit

Permalink
Merge pull request #5 from harrygulliford/analysis-ajDEGY
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
harrygulliford authored Nov 28, 2019
2 parents 2e0da68 + b893bb7 commit 3209fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FirebirdServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Firebird;

use Firebird\Connection as FirebirdConnection;
use Illuminate\Database\Connection;
use Illuminate\Support\ServiceProvider;
use Firebird\Connection as FirebirdConnection;

class FirebirdServiceProvider extends ServiceProvider
{
Expand Down
2 changes: 1 addition & 1 deletion src/Schema/Grammars/FirebirdGrammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Firebird\Schema\Grammars;

use Illuminate\Support\Fluent;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Schema\Grammars\Grammar;
use Illuminate\Support\Fluent;

class FirebirdGrammar extends Grammar
{
Expand Down

0 comments on commit 3209fc2

Please sign in to comment.