laravel-pwa icon indicating copy to clipboard operation
laravel-pwa copied to clipboard

Fix namespace for the console commands

Open jaggy opened this issue 1 year ago • 0 comments

The namespace of DeployManifest is Console\Commands\DeployManifest but the current path of it is Console/DeployManifest.php. This makes it that composer can't really resolve the file location.

jaggy avatar Nov 25 '23 02:11 jaggy