Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 28, 2023
1 parent cbe2a39 commit f28c7e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/Migrations/202311128071500_MigrationAddIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

class MigrationAddIndex extends AbstractMigration {

/**
* @return void
*/
public function change() {
$table = $this->table('queued_jobs');
$table
Expand Down

0 comments on commit f28c7e4

Please sign in to comment.