Skip to content

Commit

Permalink
work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
inmanturbo committed Jul 31, 2024
1 parent 18db25d commit a4b17af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
parameters:
ignoreErrors:
-
message: "#^Attribute class Spatie\\\\EventSourcing\\\\Commands\\\\AggregateUuid does not have the parameter target\\.$#"
count: 1
path: src/StorableSignature.php
4 changes: 2 additions & 2 deletions src/Commands/LibstreamMigrateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ protected function body()
$options['--force'] = true;
}
if ($this->option('reset')) {
$this->call('migrate:reset', $options, $this->output);
$this->call('migrate:reset', $options);
}

$this->call('migrate', $options, $this->output);
$this->call('migrate', $options);
}
}

0 comments on commit a4b17af

Please sign in to comment.