Skip to content

Commit 939e50a

Browse files
tabacituStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 5cd7cfe commit 939e50a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/Models/Traits/SpatieTranslatable/SluggableObserver.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
namespace Backpack\CRUD\app\Models\Traits\SpatieTranslatable;
44

55
use Illuminate\Contracts\Events\Dispatcher;
6-
use Illuminate\Database\Eloquent\Model;
76

87
class SluggableObserver extends \Cviebrock\EloquentSluggable\SluggableObserver
98
{
10-
119
/**
1210
* SluggableObserver constructor.
1311
*
@@ -18,5 +16,4 @@ public function __construct(SlugService $slugService, Dispatcher $events)
1816
{
1917
parent::__construct($slugService, $events);
2018
}
21-
2219
}

0 commit comments

Comments
 (0)