mirror of
https://github.com/flarum/core.git
synced 2025-07-17 14:51:19 +02:00
Make getApp available to the public
This commit is contained in:
@@ -144,7 +144,7 @@ abstract class AbstractServer
|
||||
/**
|
||||
* @return Application
|
||||
*/
|
||||
protected function getApp()
|
||||
public function getApp()
|
||||
{
|
||||
if ($this->app !== null) {
|
||||
return $this->app;
|
||||
|
Reference in New Issue
Block a user