Skip to content

Commit 88df770

Browse files
committed
fix : typo and publish config
1 parent d705abf commit 88df770

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
/node_modules
33
composer.lock
44
package-lock.json
5+
_ide_helper.php
56
.DS_Store
67
.idea

src/Providers/TotemServiceProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,9 @@ public function defineAssetPublishing()
9595
$this->publishes([
9696
TOTEM_PATH.'/public/img' => public_path('vendor/totem/img'),
9797
], 'totem-assets');
98+
99+
$this->publishes([
100+
TOTEM_PATH.'/config' => config_path()
101+
], 'totem-config');
98102
}
99103
}

0 commit comments

Comments
 (0)