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