StyleCI fixes for namespace imports
This commit is contained in:
parent
215b28b056
commit
72ea343366
3 changed files with 5 additions and 5 deletions
|
@ -5,8 +5,8 @@ declare(strict_types=1);
|
|||
namespace App\Models;
|
||||
|
||||
use Cviebrock\EloquentSluggable\Sluggable;
|
||||
use Illuminate\Database\Eloquent\{Builder, Model};
|
||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
||||
use Illuminate\Database\Eloquent\{Builder, Model};
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Str;
|
||||
use Phaza\LaravelPostgis\Eloquent\PostgisTrait;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue