Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 8, 2024
1 parent e0cebe5 commit 9f367d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

return [
'up' => function (Builder $schema) {
if (! $schema->hasColumn('gdpr_erasure', 'cancelled_at')) {
if (!$schema->hasColumn('gdpr_erasure', 'cancelled_at')) {
$schema->table('gdpr_erasure', function (Blueprint $table) {
$table->dateTime('cancelled_at')->nullable();
});
Expand Down

0 comments on commit 9f367d3

Please sign in to comment.