mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
Make getApp available to the public
This commit is contained in:
parent
b9918e6c40
commit
ea6b943dbd
|
@ -144,7 +144,7 @@ abstract class AbstractServer
|
|||
/**
|
||||
* @return Application
|
||||
*/
|
||||
protected function getApp()
|
||||
public function getApp()
|
||||
{
|
||||
if ($this->app !== null) {
|
||||
return $this->app;
|
||||
|
|
Loading…
Reference in New Issue
Block a user