Skip to content

Commit

Permalink
use full path to facade DB instead alias
Browse files Browse the repository at this point in the history
  • Loading branch information
gulch authored Jun 16, 2018
1 parent 3f69666 commit 304f820
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 304f820

Please sign in to comment.