We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe2a39 commit f28c7e4Copy full SHA for f28c7e4
1 file changed
config/Migrations/202311128071500_MigrationAddIndex.php
@@ -4,6 +4,9 @@
4
5
class MigrationAddIndex extends AbstractMigration {
6
7
+ /**
8
+ * @return void
9
+ */
10
public function change() {
11
$table = $this->table('queued_jobs');
12
$table
0 commit comments