<?php namespace Core\FacturisRepository; class CustomerRepository extends Repository implements \Core\App\Repository\Facturis\CustomerInterface { public function getAll() { $response = $this->getCustomers(); return $response; } }