Skip to content

Commit 7e0e632

Browse files
committed
AssetFactory // remove "localize" as supported configuration.
1 parent e69eda8 commit 7e0e632

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AssetFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public static function create(array $config): Asset
6666

6767
if ($class === Script::class) {
6868
/** @var Script $asset */
69-
$propertiesToMethod['localize'] = 'withLocalize';
7069
$propertiesToMethod['translation'] = 'withTranslation';
7170

7271
$inFooter = $config['inFooter'] ?? true;

0 commit comments

Comments
 (0)