Skip to content

Commit

Permalink
CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
remipou committed Jul 16, 2020
1 parent 5251b75 commit ddbcc0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Remipou\NovaPageManager;

use Illuminate\Database\Eloquent\Model;
use Cviebrock\EloquentSluggable\Sluggable;
use Illuminate\Database\Eloquent\SoftDeletes;
use Cviebrock\EloquentSluggable\SluggableScopeHelpers;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;

class Page extends Model
{
Expand Down

0 comments on commit ddbcc0c

Please sign in to comment.