From a0bb2d17c662231ab45ab3910d6a8cafc01bd203 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 12 May 2015 22:44:16 +0200 Subject: Cleanup --- src/controllers/GameController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/controllers/GameController.php') 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; } } -- cgit v1.2.3