aboutsummaryrefslogtreecommitdiff
path: root/src/controllers/GameController.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/GameController.php')
-rw-r--r--src/controllers/GameController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/GameController.php b/src/controllers/GameController.php
index 3ef9c37..15062c2 100644
--- a/src/controllers/GameController.php
+++ b/src/controllers/GameController.php
@@ -29,7 +29,7 @@ class GameController extends BaseController {
if ($this->game->save()) {
return $this->response->created();
} else {
- throw new Dingo\Api\Exception\StoreResourceFailedException;
+ throw new \Dingo\Api\Exception\StoreResourceFailedException;
}
}