Skip to content

Commit

Permalink
get_class deprecated - exists already in Craft
Browse files Browse the repository at this point in the history
  • Loading branch information
marionnewlevant authored Jan 31, 2018
1 parent 48c192e commit fe55bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Making twig do things it really shouldn't. Twig is not intended to be a gene
- `is numeric` test
- `json_decode` filter
- `array_splice` filter
- `get_class` filter
- `get_class` filter (deprecated, use Craft's [className()](https://github.com/craftcms/docs/blob/v3/en/templating/functions.md#classname-object-) function instead)

## Installation

Expand Down

0 comments on commit fe55bc1

Please sign in to comment.