diff --git a/src/Repositories/Crudable.php b/src/Repositories/Crudable.php index 53aaa91b0..640e6bae2 100644 --- a/src/Repositories/Crudable.php +++ b/src/Repositories/Crudable.php @@ -105,7 +105,7 @@ public function store(RestifyRequest $request) return $this->response('', RestResponse::REST_RESPONSE_CREATED_CODE) ->model($this->resource) - ->header('Location', Restify::path() . '/' . static::uriKey() . '/' . $this->resource->id); + ->header('Location', Restify::path().'/'.static::uriKey().'/'.$this->resource->id); } /**