Skip to content

Commit

Permalink
style: pint
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Oct 18, 2023
1 parent bddd23a commit 43fe261
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace App\Discord\FlowMeasure\Helper;

use App\Discord\FlowMeasure\Helper\NotificationReissuerInterface;
use App\Enums\DiscordNotificationType;
use App\Repository\FlowMeasureNotification\FlowMeasureForNotification;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function up(): void
$table->string('canonical_identifier')
->after('identifier')
->comment('The original identifier of the flow measure');

$table->unsignedInteger('revision_number')
->after('canonical_identifier')
->comment('The revision number of the flow measure');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
use App\Models\FlowMeasure;
use Illuminate\Database\Migrations\Migration;

return new class extends Migration
{
return new class () extends Migration {
/**
* Run the migrations.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use App\Models\FlowMeasure;
use App\Repository\FlowMeasureNotification\ExpiredRepository;
use Carbon\Carbon;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Str;
use Tests\TestCase;

Expand Down

0 comments on commit 43fe261

Please sign in to comment.