我可以轻松地运行 artisan migrate 等,但是当我尝试回滚它时,使用 migration:rollback 我不断收到这个错误,
c:\xampp\htdocs\laravel>php artisan migrate:rollback
{"error":{"type":"Symfony\\Component\\Debug\\Exception\\FatalErrorException","message":"Class 'CreateCodesnippetsTable' not found","file":"C:\\xampp\\htdocs\\laravel\\vendor\\laravel\\framework\\src\\Illum
inate\\Database\\Migrations\\Migrator.php","line":301}}
这是一个错误吗?或者我应该如何调试这个?