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 3193e14 commit b5075f1Copy full SHA for b5075f1
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