Remove non-needed use statements
This commit is contained in:
parent
d542975b9f
commit
0a9aafb620
1 changed files with 0 additions and 2 deletions
|
@ -4,9 +4,7 @@ namespace App;
|
|||
|
||||
use DB;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Phaza\LaravelPostgis\Geometries\Point;
|
||||
use MartinBean\Database\Eloquent\Sluggable;
|
||||
use Phaza\LaravelPostgis\Geometries\Polygon;
|
||||
use Phaza\LaravelPostgis\Eloquent\PostgisTrait;
|
||||
|
||||
class Place extends Model
|
||||
|
|
Loading…
Add table
Reference in a new issue