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.
1 parent e69eda8 commit 7e0e632Copy full SHA for 7e0e632
src/AssetFactory.php
@@ -66,7 +66,6 @@ public static function create(array $config): Asset
66
67
if ($class === Script::class) {
68
/** @var Script $asset */
69
- $propertiesToMethod['localize'] = 'withLocalize';
70
$propertiesToMethod['translation'] = 'withTranslation';
71
72
$inFooter = $config['inFooter'] ?? true;
0 commit comments