Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
trippo authored and github-actions[bot] committed Aug 21, 2024
1 parent c70d191 commit 89e0410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/create_opening_hours_days_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

declare(strict_types=1);

use Datomatic\DatabaseOpeningHours\Enums\Day;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
use Datomatic\DatabaseOpeningHours\Enums\Day;

return new class extends Migration
{
Expand Down

0 comments on commit 89e0410

Please sign in to comment.