Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmason30 authored and StyleCIBot committed Sep 5, 2020
1 parent c5cf826 commit 55b9ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LinkServiceProvider.php
Expand Up @@ -13,7 +13,7 @@ class LinkServiceProvider extends ServiceProvider
*/
public function boot()
{
$this->loadViewsFrom(__DIR__ . '/../resources/views', 'laravel-nova-vapor-ui-link');
$this->loadViewsFrom(__DIR__.'/../resources/views', 'laravel-nova-vapor-ui-link');
}

/**
Expand Down

0 comments on commit 55b9ab7

Please sign in to comment.