( ! ) Warning: Undefined variable $namespace in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/middleware/Middleware.tpl.php on line 3 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 359184 | {main}( ) | .../Middleware.tpl.php:0 |
;
use Symfony\Component\Messenger\Envelope;
use Symfony\Component\Messenger\Middleware\MiddlewareInterface;
use Symfony\Component\Messenger\Middleware\StackInterface;
final class
( ! ) Warning: Undefined variable $class_name in /home/homes/alexandrelus/sites/live39/project-final/saint-leman/vendor/symfony/maker-bundle/src/Resources/skeleton/middleware/Middleware.tpl.php on line 9 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0045 | 359184 | {main}( ) | .../Middleware.tpl.php:0 |
implements MiddlewareInterface
{
public function handle(Envelope $envelope, StackInterface $stack): Envelope
{
// ...
return $stack->next()->handle($envelope, $stack);
}
}