Skip to content

Commit

Permalink
fix voku helper autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
chu121su12 committed Apr 6, 2022
1 parent 7820e2b commit 976926c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
"cr/helpers/backport.php",
"cr/helpers/casts.php",
"cr/helpers/helpers.php",
"cr/ext/inertiajs/inertia-laravel/helpers.php",

"cr/ext/inertiajs/inertia-laravel/helpers.php",
"cr/ext/spatie/flare-client-php/src/helpers.php",
"cr/ext/symfony/deprecation-contracts/function.php",
"cr/patch/symfony/polyfill/src/Apcu/bootstrap.php",
Expand Down
2 changes: 2 additions & 0 deletions cr/patch/symfony/polyfill/src/Intl/Normalizer/Normalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

namespace Symfony\Polyfill\Intl\Normalizer;

require_once __DIR__ . '/../../../../../../../cr/helpers/casts.php';

/**
* Normalizer is a PHP fallback implementation of the Normalizer class provided by the intl extension.
*
Expand Down

0 comments on commit 976926c

Please sign in to comment.