$environment = getenv('SHOPWARE_ENV') ?: 'production'; $kernel = new Kernel($environment);. As you can see, if no environment is given, ...
確定! 回上一頁