/** * Gets the name of the current running application. * * @return string The name of the application. * * @since 4.0.0 */ public function getName() : string { return $this->name; }