HogeService.phpを誤って削除してしまった。
復元したい!
$ git status On branch add-hoge-detail-api Your branch is up to date with 'origin/add-hoge-detail-api'. Changes not staged for commit: (use "git add/rm <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) deleted: app/Services/Example/HogeService.php
$ git checkout app/Services/Example/HogeService.php