Make getApp available to the public

This commit is contained in:
Toby Zerner 2016-11-07 21:23:31 +10:30
parent b9918e6c40
commit ea6b943dbd

View File

@ -144,7 +144,7 @@ abstract class AbstractServer
/**
* @return Application
*/
protected function getApp()
public function getApp()
{
if ($this->app !== null) {
return $this->app;