Skip to content

Commit

Permalink
Merge pull request #210 from gulch/master
Browse files Browse the repository at this point in the history
use full path to facade DB instead alias
  • Loading branch information
franzose authored Aug 27, 2018
2 parents 3f69666 + 304f820 commit 7a97e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Franzose/ClosureTable/Models/ClosureTable.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Franzose\ClosureTable\Models;

use DB;
use Illuminate\Support\Facades\DB;
use Illuminate\Database\Eloquent\Model as Eloquent;
use Franzose\ClosureTable\Contracts\ClosureTableInterface;

Expand Down

0 comments on commit 7a97e6f

Please sign in to comment.