File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ class MakeExportCommand extends GeneratorCommand
3636 */
3737 public function handle (): int
3838 {
39- dd (parent ::handle ());
40-
4139 if (parent ::handle () === false ) {
4240 return self ::FAILURE ;
4341 }
Original file line number Diff line number Diff line change 33namespace BinaryCats \Exportify \Tests \Feature \Commands ;
44
55beforeEach (function () {
6- $ this ->app ->make ('files ' )->deleteDirectory ($ this -> app -> appPath ('Exportables ' ), true );
7- $ this ->app ->make ('files ' )->deleteDirectory ($ this -> app -> basePath ('tests ' ), true );
6+ $ this ->app ->make ('files ' )->deleteDirectory (app_path ('Exportables ' ), true );
7+ $ this ->app ->make ('files ' )->deleteDirectory (base_path ('tests ' ), true );
88});
99
1010it ('will handle rendering a new exportable ' , function () {
You can’t perform that action at this time.
0 commit comments