chore: fix typo
This commit is contained in:
@@ -54,14 +54,14 @@ class NimbusServiceProvider extends PackageServiceProvider
|
||||
|
||||
parent::boot();
|
||||
|
||||
$this->tagAlongsideLaravelAssetes();
|
||||
$this->tagAlongsideLaravelAssets();
|
||||
}
|
||||
|
||||
/**
|
||||
* Laravel assets are configured by default in Laravel to be published post update.
|
||||
* We always want to force-publish the assets with Nimbus, so let's tag alongside them.
|
||||
*/
|
||||
private function tagAlongsideLaravelAssetes(): void
|
||||
private function tagAlongsideLaravelAssets(): void
|
||||
{
|
||||
$vendorAssets = $this->package->basePath('/../resources/dist');
|
||||
$appAssets = public_path('vendor/'.$this->package->shortName());
|
||||
|
||||
Reference in New Issue
Block a user