Skip to content

Commit 5bdd495

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents d7a8370 + e391fb3 commit 5bdd495

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

database/migrations/2023_06_07_000001_create_datum_table.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
use Illuminate\Database\Schema\Blueprint;
46
use Illuminate\Support\Facades\Schema;
57
use Vulpecula\Datum\Support\DatumMigration;

src/Support/DatumMigration.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace Vulpecula\Datum\Support;
46

57
use Illuminate\Database\Connection;

0 commit comments

Comments
 (0)