我遇到了一些(令人沮丧的)问题,试图覆盖ResettingController of FOSUserBundle。
我一直跟着医生们去信*。我没有joy超过控制器或事件订阅onResettingPasswordSucess.
这是我的控制器:
名称空间AppBundle\Controller\前端;
use FOS\UserBundle\Model\UserInterface;
use FOS\UserBundle\Controller\ResettingController as BaseResettingController;
use Symfony\Component\HttpFound
我曾在以前的PhpStorm版本中使用过这个"ea“别名,但自从更改为"PhpStorm 2”后它就不再起作用了,有什么建议吗?
我当前的设置是:
alias phpstorm="PhpStorm 2"
alias ea='open -a phpstorm ~/ .aliases'
终端输出为:
// Calling the alias
ea
// Output error
Unable to find application named 'phpstorm'
附注:即使我像这样转义名称,它也找不到应用程序:
alias php