We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e34839a + 535ab0b commit 4fc9a3dCopy full SHA for 4fc9a3d
UndefinedCallableHandler.php
@@ -23,6 +23,7 @@
23
class UndefinedCallableHandler
24
{
25
private const FILTER_COMPONENTS = [
26
+ 'emojify' => 'emoji',
27
'humanize' => 'form',
28
'form_encode_currency' => 'form',
29
'serialize' => 'serializer',
@@ -37,7 +38,6 @@ class UndefinedCallableHandler
37
38
'asset_version' => 'asset',
39
'importmap' => 'asset-mapper',
40
'dump' => 'debug-bundle',
- 'emojify' => 'emoji',
41
'encore_entry_link_tags' => 'webpack-encore-bundle',
42
'encore_entry_script_tags' => 'webpack-encore-bundle',
43
'expression' => 'expression-language',
0 commit comments