Getting supportedLocales after upgrade to 4.5.1 |
Hi everyone,
I am using https://includebeer.com/en/blog/creating...r-4-part-1 for localization and after upgrading to 4.5.1, I am getting this error: Code: Cannot access protected property CodeIgniter\HTTP\IncomingRequest::$config Looking at the documentation, I tried to replace the call with Code: $this->viewData['supportedLocales'] = config('supportedLocales'); Can anyone help me?
config("App")->supportedLocales ?
PHP Code: $this->viewData['supportedLocales'] = config('App')->supportedLocales; What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |