Hi,
I am wondering why the default console env in the sandbox is "dev" [1]. Doesn't
this mean that proxies generated via the CLI will not be available in prod?
#!/usr/bin/env php
<?php
require_once __DIR__.'/AppKernel.php';
use Symfony\Bundle\FrameworkBundle\Console\Application;
$kernel = new AppKernel('dev', true);
$application = new Application($kernel);
$application->run();
regards
Lukas Kahwe Smith
[email protected]
[1] https://github.com/symfony/symfony-sandbox/blob/master/app/console
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en