Skip to content

Commit b585081

Browse files
committed
More style fixes
1 parent 74505c9 commit b585081

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/LaravelVehapi.php

-1
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,4 @@ public function getMakeLogo(string $make)
173173
{
174174
return json_decode(Http::withToken($this->vehApiToken)->get('https://vehapi.com/api/'.$this->vehApiVersion.'/car-logos/img/'.$make), true);
175175
}
176-
177176
}

src/LaravelVehapiFacade.php

-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ protected static function getFacadeAccessor(): string
1717
{
1818
return 'laravel-vehapi';
1919
}
20-
2120
}

tests/ExampleTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
class ExampleTest extends TestCase
99
{
10-
1110
protected function getPackageProviders($app): array
1211
{
1312
return [LaravelVehapiServiceProvider::class];

0 commit comments

Comments
 (0)