App\services\CreditService::__construct PHP Method

__construct() public method

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;
    }