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