@@ -16,7 +16,7 @@ |
||
16 | 16 | $container->import('../config/{packages}/*.yaml'); |
17 | 17 | $container->import('../config/{packages}/' . $this->environment . '/*.yaml'); |
18 | 18 | |
19 | - if (is_file(\dirname(__DIR__).'/config/services.yaml')) { |
|
19 | + if (is_file(\dirname(__DIR__) . '/config/services.yaml')) { |
|
20 | 20 | $container->import('../config/{services}.yaml'); |
21 | 21 | $container->import('../config/{services}_' . $this->environment . '.yaml'); |
22 | 22 | } elseif (is_file($path = \dirname(__DIR__) . '/config/services.php')) { |
@@ -21,7 +21,7 @@ |
||
21 | 21 | return $this->gateway->clientToken()->generate(); |
22 | 22 | } catch (Exception $exception) { |
23 | 23 | $this->logger->error( |
24 | - 'Error on ' . __CLASS__ . '->' . __FUNCTION__ - ': ' . $exception->getMessage() |
|
24 | + 'Error on ' . __CLASS__ . '->' . __FUNCTION__ -': ' . $exception->getMessage() |
|
25 | 25 | ); |
26 | 26 | } |
27 | 27 | return null; |