Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-hortelan authored and github-actions[bot] committed Jan 10, 2024
1 parent 15f14a0 commit 43d343d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RequestsGraphServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function boot(): void
{
parent::boot();

$this->loadViewsFrom(__DIR__ . '/../resources/views', 'requests-graph');
$this->loadViewsFrom(__DIR__.'/../resources/views', 'requests-graph');

$this->callAfterResolving('livewire', function (LivewireManager $livewire, Application $app) {
$livewire->component('requests-graph', RequestsGraph::class);
Expand Down

0 comments on commit 43d343d

Please sign in to comment.