diff --git a/framework/core/src/Foundation/AbstractServer.php b/framework/core/src/Foundation/AbstractServer.php index 5451a7aed..70bb4d271 100644 --- a/framework/core/src/Foundation/AbstractServer.php +++ b/framework/core/src/Foundation/AbstractServer.php @@ -144,7 +144,7 @@ abstract class AbstractServer /** * @return Application */ - protected function getApp() + public function getApp() { if ($this->app !== null) { return $this->app;