fnNotFound was not callable from extending class
This commit is contained in:
parent
026702114d
commit
207e98a81c
@ -4,7 +4,7 @@ namespace Lychee\Access;
|
|||||||
|
|
||||||
abstract class Access {
|
abstract class Access {
|
||||||
|
|
||||||
final private static function fnNotFound() {
|
final protected static function fnNotFound() {
|
||||||
|
|
||||||
exit('Error: Function not found! Please check the spelling of the called function.');
|
exit('Error: Function not found! Please check the spelling of the called function.');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user