Skip to content

Commit

Permalink
Merge pull request #17 from MichaelJ2324/2.0
Browse files Browse the repository at this point in the history
Moved Default Endpoints to Registry
  • Loading branch information
geraldclark authored Jun 26, 2017
2 parents 85608f3 + 9c478ab commit 6466835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Endpoint/Provider/SugarEndpointProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

namespace Sugarcrm\REST\Endpoint\Provider;

use MRussell\REST\Endpoint\Provider\AbstractEndpointProvider;
use MRussell\REST\Endpoint\Provider\DefaultEndpointProvider;

class SugarEndpointProvider extends AbstractEndpointProvider
class SugarEndpointProvider extends DefaultEndpointProvider
{
protected static $_DEFAULT_ENDPOINTS = array(
protected $registry = array(
'module' => array(
'class' => 'Sugarcrm\\REST\\Endpoint\\Module',
'properties' => array()
Expand Down

0 comments on commit 6466835

Please sign in to comment.