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