Make getApp available to the public

This commit is contained in:
Toby Zerner 2016-11-07 21:23:31 +10:30
parent 033e4d0ba0
commit c33dd73f5c

View File

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