Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rpungello authored and github-actions[bot] committed Dec 20, 2022
1 parent 02b326d commit 0d007ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/LabelTest.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?php

use Rpungello\LaravelLabels\ArrayLabel;
use Rpungello\LaravelLabels\LabelPrinter;
use function Pest\Laravel\assertModelExists;
use function PHPUnit\Framework\assertEquals;

use Rpungello\LaravelLabels\ArrayLabel;
use Rpungello\LaravelLabels\LabelPrinter;

use Rpungello\LaravelLabels\Models\Label;

it('can create a model', function () {
Expand Down

0 comments on commit 0d007ef

Please sign in to comment.