Fixed private methods
This commit is contained in:
parent
3245c75187
commit
bd33b09f7b
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ use Szurubooru\Controllers\ViewProxies\PostViewProxy;
|
|||
|
||||
abstract class AbstractPostRoute extends AbstractRoute
|
||||
{
|
||||
private function getFullFetchConfig()
|
||||
protected function getFullFetchConfig()
|
||||
{
|
||||
return
|
||||
[
|
||||
|
@ -19,7 +19,7 @@ abstract class AbstractPostRoute extends AbstractRoute
|
|||
];
|
||||
}
|
||||
|
||||
private function getLightFetchConfig()
|
||||
protected function getLightFetchConfig()
|
||||
{
|
||||
return
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue