Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sheadawson authored and github-actions[bot] committed Sep 13, 2024
1 parent c293ccb commit eb28ea5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/RevisorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Indra\Revisor;

use Indra\Revisor\Commands\RevisorCommand;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use Indra\Revisor\Commands\RevisorCommand;

class RevisorServiceProvider extends PackageServiceProvider
{
Expand Down
1 change: 0 additions & 1 deletion workbench/app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;
use Laravel\Sanctum\HasApiTokens;

class User extends Authenticatable
{
Expand Down

0 comments on commit eb28ea5

Please sign in to comment.