mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Fixing visibility keyword for constructor
This commit is contained in:
parent
b7f6645cec
commit
f367249bdb
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class I18n {
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
protected function __construct() {
|
public function __construct() {
|
||||||
$this->l10n = new L10n();
|
$this->l10n = new L10n();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue