Skip to content

Commit 82de005

Browse files
suraj-webkulgithub-actions[bot]
authored andcommitted
chore: applied pint changes
1 parent e46dc8c commit 82de005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/Webkul/Admin/src/DataGrids/Quote/QuoteDataGrid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function prepareColumns(): void
9090
'type' => 'date',
9191
'searchable' => false,
9292
'filterable' => true,
93-
'closure' => fn($row) => core()->formatDate($row->expired_quotes, 'Y-m-d'),
93+
'closure' => fn ($row) => core()->formatDate($row->expired_quotes, 'Y-m-d'),
9494
]);
9595

9696
$this->addColumn([

packages/Webkul/Contact/src/Database/Migrations/2024_09_09_112201_add_unique_id_to_person_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function up(): void
1616
$table->string('unique_id')->nullable()->unique();
1717
});
1818

19-
$tableName = DB::getTablePrefix() . 'persons';
19+
$tableName = DB::getTablePrefix().'persons';
2020

2121
DB::statement("
2222
UPDATE {$tableName}

0 commit comments

Comments
 (0)