App\services\TokenService::__construct PHP Method

__construct() public method

TokenService constructor.
public __construct ( TokenRepository $tokenRepo, DatatableService $datatableService )
$tokenRepo App\Ninja\Repositories\TokenRepository
$datatableService DatatableService
    public function __construct(TokenRepository $tokenRepo, DatatableService $datatableService)
    {
        $this->tokenRepo = $tokenRepo;
        $this->datatableService = $datatableService;
    }