Edit File: InterestOptionController.php
<?php namespace App\Http\Controllers\Admin; use App\Services\Entity\InterestOptionService; class InterestOptionController extends BaseController { public function __construct(InterestOptionService $service) { parent::__construct($service); } }
Back to File Manager