Skip to content

Commit

Permalink
Merge pull request #6 from andrelopez/master
Browse files Browse the repository at this point in the history
Event Stages
  • Loading branch information
tomrutherford-livestyled authored Jun 29, 2020
2 parents 73e4887 + c3e207a commit 027f5f0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/EventStages/EventStagesClient.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

namespace LiveStyled\EventStages;

use LiveStyled\Client;
use LiveStyled\CrudClient;

class EventStagesClient extends Client implements CrudClient
{
protected function getPath()
{
return '/v4/event_stages';
}
}

0 comments on commit 027f5f0

Please sign in to comment.