JijZult

Results 5 comments of JijZult

No problem, already very happy you respond :)Thanks! I just installed your seminar 2017 example, without symfony, so direct under apache.. example works (at least the first logger).. I ported...

Ha! I see lot of actionwhilst I was writing my reaction.. i'll test it as soon I get back.. thanks for the effort again

Aspect gets fired, with ```php @Before("execution(public App\Command\ShineCommand->*(*))") ``` good :)

I had changed '*' to 'execute' to single out 1 Command method... ```php @Before("execution(public App\Command\ShineCommand->execute(*))") ``` which does not fire... but this might be related to your last/previous remark With...

noop, it gives a vim error message if not at the start.