getName(); Logger::info('Handling ExampleCommand for name: ' . $name); return 'Hello, ' . $name . '!'; } }