Cviebrock\EloquentSluggable\SluggableObserver::__construct PHP Метод

__construct() публичный Метод

SluggableObserver constructor.
public __construct ( SlugService $slugService, Illuminate\Contracts\Events\Dispatcher $events )
$slugService Cviebrock\EloquentSluggable\Services\SlugService
$events Illuminate\Contracts\Events\Dispatcher
    public function __construct(SlugService $slugService, Dispatcher $events)
    {
        $this->slugService = $slugService;
        $this->events = $events;
    }