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 9d88343 + b5075f1 commit b0f6177Copy full SHA for b0f6177
src/Asset.php
@@ -51,7 +51,7 @@ final class Asset
51
public static function config(): AssetsConfig
52
{
53
if (self::$config === null) {
54
- self::$config = config(AssetsConfig::class);
+ self::$config = config('Assets');
55
56
// Standardize formats
57
self::$config->uri = rtrim(self::$config->uri, '/\\') . '/';
0 commit comments