Edit File: SeoService.php
<?php namespace App\Services\Entity; use App\Models\Seo; class SeoService extends BaseService { /** * Initializes the IntroService class. * * @param Seo $seo */ public function __construct(Seo $seo) { $this->model = $seo; } }
Back to File Manager