currentUser = $current_user; } /** * Woof mightily. Note that we can include commands directly * inside a service class. * * @command woof * @aliases wf */ public function woof() { return 'Woof!'; } }