Skip to content

Commit

Permalink
Remove ddd:clear call
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 17, 2024
1 parent 69efd65 commit c1d44fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ protected function setUp(): void
);

DomainCache::clear();
Artisan::call('ddd:clear');
});

$this->beforeApplicationDestroyed(function () {
Expand Down

0 comments on commit c1d44fc

Please sign in to comment.