Skip to content

Commit

Permalink
Set base representation getControllerName public
Browse files Browse the repository at this point in the history
All the overrides are already public and things are assuming that the
method just generally is public.
  • Loading branch information
zerocrates committed Oct 29, 2021
1 parent 1d66a40 commit 2273a59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public function getFileUrl($prefix, $name, $extension = null)
*
* @return string|null
*/
protected function getControllerName()
public function getControllerName()
{
return null;
}
Expand Down

0 comments on commit 2273a59

Please sign in to comment.