diff --git a/composer.json b/composer.json index ff3c534..912c356 100644 --- a/composer.json +++ b/composer.json @@ -18,5 +18,10 @@ }, "suggest": { "larapack/dd": "Required to use the dd method." + }, + "autoload": { + "psr-4": { + "Skycel\\CustomThemeTree\\": "./" + } } } \ No newline at end of file