Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa authored and github-actions[bot] committed Nov 28, 2024
1 parent 6aaedf1 commit 6ca2afb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Models/Media.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

namespace Vormkracht10\MediaPicker\Models;

use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Concerns\HasUlids;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;

class Media extends Model
{
use SoftDeletes, HasUlids;
use HasUlids;
use SoftDeletes;

protected $primaryKey = 'ulid';

Expand Down

0 comments on commit 6ca2afb

Please sign in to comment.