App\services\CreditService::__construct PHP 메소드

__construct() 공개 메소드

CreditService constructor.
public __construct ( CreditRepository $creditRepo, DatatableService $datatableService )
$creditRepo App\Ninja\Repositories\CreditRepository
$datatableService DatatableService
    public function __construct(CreditRepository $creditRepo, DatatableService $datatableService)
    {
        $this->creditRepo = $creditRepo;
        $this->datatableService = $datatableService;
    }