Fixes for image generation
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebShipsimuProfileCommand.php
index b9d0cd7a0a3ec37c1c1e2ee8663277093dc710b6..1bb449a5e025c75c4d7ab6de6bfbf30a3158ba3b 100644 (file)
@@ -87,7 +87,7 @@ class WebShipsimuProfileCommand extends BaseCommand implements Commandable {
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                // Make sure only allowed values are comming through
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                // Make sure only allowed values are comming through
-               foreach ($this->allowedData as $alias=>$element) {
+               foreach ($this->allowedData as $alias => $element) {
                        // Get data
                        $data = $requestInstance->getRequestElement($element);
 
                        // Get data
                        $data = $requestInstance->getRequestElement($element);