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 bedd9ce commit cc9c0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApiServiceServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function packageBooted(): void
// }

$this->publishes([
__DIR__ . '/Resources' => app_path('/Filament/Resources')
__DIR__.'/Resources' => app_path('/Filament/Resources'),
], 'api-service-resource');
}

Expand Down

0 comments on commit cc9c0d8

Please sign in to comment.