wintercms / winter

Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
https://wintercms.com
MIT License
1.38k stars 195 forks source link

Missing Storage facade #1068

Closed damsfx closed 9 months ago

damsfx commented 9 months ago

Winter CMS Build

dev-develop

PHP Version

8.1

Database engine

MySQL/MariaDB

Plugins installed

none

Issue description

Running latest WinterCMS version (dev-develop d5fd520), when calling php artisan winter:util command throw an error : In WinterUtil.php line 309: Class "System\Console\Storage" not found

The commit #934 commit is behind this error.

Steps to replicate

Install the latest version of WinterCMS and call one of the commands php artisan winter:util.

Workaround

No response

mjauvin commented 9 months ago

Confirmed. The referenced PR resolves the issue.