Skip to content

Commit f28c7e4

Browse files
committed
Fix CS
1 parent cbe2a39 commit f28c7e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/Migrations/202311128071500_MigrationAddIndex.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
class MigrationAddIndex extends AbstractMigration {
66

7+
/**
8+
* @return void
9+
*/
710
public function change() {
811
$table = $this->table('queued_jobs');
912
$table

0 commit comments

Comments
 (0)