We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Backpack\PageManager; |
4 | 4 | |
5 | -use Route; |
|
6 | 5 | use Illuminate\Routing\Router; |
7 | 6 | use Illuminate\Support\ServiceProvider; |
8 | 7 |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Backpack\PageManager\app\Models; |
4 | 4 | |
5 | -use Illuminate\Database\Eloquent\Model; |
|
6 | -use Cviebrock\EloquentSluggable\Sluggable; |
|
7 | 5 | use Backpack\CRUD\app\Models\Traits\CrudTrait; |
6 | +use Cviebrock\EloquentSluggable\Sluggable; |
|
8 | 7 | use Cviebrock\EloquentSluggable\SluggableScopeHelpers; |
8 | +use Illuminate\Database\Eloquent\Model; |
|
9 | 9 | |
10 | 10 | class Page extends Model |
11 | 11 | { |