Skip to content

Commit 04f5440

Browse files
hailwoodgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 6d7c9fd commit 04f5440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace Foxbyte\InertiaDataProviders;
66

77
use Closure;
8+
use Foxbyte\InertiaDataProviders\AttributeNameFormatters\AttributeNameFormatter;
89
use Illuminate\Contracts\Support\Arrayable;
910
use Illuminate\Contracts\Support\Jsonable;
1011
use Inertia\DeferProp;
@@ -15,7 +16,6 @@
1516
use ReflectionNamedType;
1617
use ReflectionProperty;
1718
use Symfony\Component\VarDumper\VarDumper;
18-
use Foxbyte\InertiaDataProviders\AttributeNameFormatters\AttributeNameFormatter;
1919

2020
abstract class DataProvider implements Arrayable, Jsonable
2121
{

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Foxbyte\InertiaDataProviders\Tests;
44

5+
use Foxbyte\InertiaDataProviders\InertiaDataProvidersServiceProvider;
56
use Illuminate\Database\Eloquent\Factories\Factory;
67
use Orchestra\Testbench\TestCase as Orchestra;
7-
use Foxbyte\InertiaDataProviders\InertiaDataProvidersServiceProvider;
88

99
class TestCase extends Orchestra
1010
{

0 commit comments

Comments
 (0)