Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tonning authored and github-actions[bot] committed Nov 23, 2023
1 parent b461840 commit b9ef4bd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/OsanoServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Astrogoat\Osano;

use Astrogoat\Osano\Settings\OsanoSettings;
use Helix\Lego\Apps\App;
use Helix\Lego\Apps\Services\IncludeFrontendViews;
use Helix\Lego\LegoManager;
use Spatie\LaravelPackageTools\Package;
use Helix\Lego\Apps\Services\IncludeFrontendViews;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use Astrogoat\Osano\Settings\OsanoSettings;

class OsanoServiceProvider extends PackageServiceProvider
{
Expand Down
4 changes: 2 additions & 2 deletions src/Settings/OsanoSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

class OsanoSettings extends AppSettings
{
public string $account_id;
public string $configuration_id;
public string $account_id;
public string $configuration_id;

public function rules(): array
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Astrogoat\Osano\Tests;

use Astrogoat\Osano\OsanoServiceProvider;
use Illuminate\Database\Eloquent\Factories\Factory;
use Orchestra\Testbench\TestCase as Orchestra;
use Astrogoat\Osano\OsanoServiceProvider;

class TestCase extends Orchestra
{
Expand Down

0 comments on commit b9ef4bd

Please sign in to comment.