Fixed private methods

This commit is contained in:
Marcin Kurczewski 2014-11-21 21:54:50 +01:00
parent 3245c75187
commit bd33b09f7b

View file

@ -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
[