@@ -49,7 +49,7 @@ |
||
49 | 49 | (new static)->client->put(static::$baseHost.static::getModelEndpoint().'/'.$identifier, $data)->json(); |
50 | 50 | } |
51 | 51 | |
52 | - private static function getModelEndpoint(){ |
|
52 | + private static function getModelEndpoint() { |
|
53 | 53 | $model = get_called_class(); |
54 | 54 | return $model::$uri; |
55 | 55 | } |