Update Fenom.php

This commit is contained in:
Anton Popov 2016-04-19 14:35:25 +05:00
parent 2d3c89ec1e
commit 165d4816d6
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ class Fenom
const ACCESSOR_CALL = 'Fenom\Accessor::parserCall';
const ACCESSOR_PROPERTY = 'Fenom\Accessor::parserProperty';
const ACCESSOR_METHOD = 'Fenom\Accessor::parserMethod';
const ACCESSOR_CHAIN = 'Fenom\Accessor::parserChain';
public static $charset = "UTF-8";