Skip to content

Commit

Permalink
Namespace \DB added to Translation Model (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakeron authored and barryvdh committed Mar 14, 2017
1 parent 4d91fce commit b18e906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Models/Translation.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php namespace Barryvdh\TranslationManager\Models;

use Illuminate\Database\Eloquent\Model;
use DB;

/**
* Translation model
Expand Down

0 comments on commit b18e906

Please sign in to comment.