diff options
Diffstat (limited to 'src/controllers/ParticipantController.php')
-rw-r--r-- | src/controllers/ParticipantController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/ParticipantController.php b/src/controllers/ParticipantController.php index 2ca28fb..a493146 100644 --- a/src/controllers/ParticipantController.php +++ b/src/controllers/ParticipantController.php @@ -29,7 +29,7 @@ class ParticipantController extends BaseController { if ($this->participant->save()) { return $this->response->created(); } else { - throw new Dingo\Api\Exception\StoreResourceFailedException; + throw new \Dingo\Api\Exception\StoreResourceFailedException; } } |