Laravel 在5.1版本为何没有Service文件夹了?

在5.0版本还可以看到业务层的Service这个文件夹,在官方文档也能看到他在app目录下,在5.1他去哪里了呢?官方文档在升级的时候也没有说明,尴尬。

https://laravel.com/docs/5.1/upgrade#upgrade-5.1.0

Authentication 部分:

Secondly, the App\Services\Registrar class used in Laravel 5.0 is no longer needed. You can simply copy and paste your validator and create method from this class directly into your AuthController. No other changes should need to be made to these methods; however, you should be sure to import the Validator facade and your User model at the top of your AuthController.

JellyBool
修改的评论也不能少于六个字哦!
CRoot
修改的评论也不能少于六个字哦!
CRoot
修改的评论也不能少于六个字哦!
JellyBool
修改的评论也不能少于六个字哦!
CRoot
修改的评论也不能少于六个字哦!