Skip to content

Commit

Permalink
Revert 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 17, 2024
1 parent b9755b9 commit 2d1b19f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Factory/DomainFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
it('can instantiate a domain model factory', function ($domainParameter, $modelName, $modelClass) {
$this->setupTestApplication();

// $this->afterApplicationRefreshed(function () {
// app('ddd.autoloader')->boot();
// });
$this->afterApplicationRefreshed(function () {
app('ddd.autoloader')->boot();
});

$this->refreshApplicationWithConfig([
'ddd.base_model' => 'Lunarstorm\LaravelDDD\Models\DomainModel',
Expand Down

0 comments on commit 2d1b19f

Please sign in to comment.