diff options
author | Camil Staps | 2015-05-12 22:44:16 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-12 22:44:16 +0200 |
commit | a0bb2d17c662231ab45ab3910d6a8cafc01bd203 (patch) | |
tree | f72b9e7b99111030d1f21982a8d11953ce98a6dc /src/controllers/CompetitionController.php | |
parent | Access-control-allow-{methods,headers} headers (diff) |
Cleanup
Diffstat (limited to 'src/controllers/CompetitionController.php')
-rw-r--r-- | src/controllers/CompetitionController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/CompetitionController.php b/src/controllers/CompetitionController.php index 6529433..c169492 100644 --- a/src/controllers/CompetitionController.php +++ b/src/controllers/CompetitionController.php @@ -29,7 +29,7 @@ class CompetitionController extends BaseController { if ($this->competition->save()) { return $this->response->created(); } else { - throw new Dingo\Api\Exception\StoreResourceFailedException; + throw new \Dingo\Api\Exception\StoreResourceFailedException; } } |