Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rupadana authored and github-actions[bot] committed Jan 27, 2024
1 parent b174902 commit 323454d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ApiServiceServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Filament\Support\Assets\Asset;
use Filament\Support\Facades\FilamentAsset;
use Filament\Support\Facades\FilamentIcon;
use Illuminate\Filesystem\Filesystem;
use Laravel\Sanctum\Http\Middleware\CheckAbilities;
use Laravel\Sanctum\Http\Middleware\CheckForAnyAbility;
use Rupadana\ApiService\Commands\MakeApiHandlerCommand;
Expand Down Expand Up @@ -79,7 +78,7 @@ public function packageBooted(): void
// Handle Stubs
if (app()->runningInConsole()) {
$this->publishes([
__DIR__ . '/Resources' => app_path('/Filament/Resources')
__DIR__.'/Resources' => app_path('/Filament/Resources'),
], 'api-service-resource');
}

Expand Down

0 comments on commit 323454d

Please sign in to comment.