We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c5ae8 commit b1ff75fCopy full SHA for b1ff75f
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "trendyminds/nerf",
3
"description": "Allows certain admin-only permissions to be reduced in production environments",
4
- "version": "1.0.1",
+ "version": "1.0.2",
5
"license": "MIT",
6
"autoload": {
7
"psr-4": {
src/ServiceProvider.php
@@ -10,6 +10,8 @@ class ServiceProvider extends AddonServiceProvider
10
11
public function bootAddon()
12
13
+ $this->mergeConfigFrom(__DIR__.'/../config/statamic/nerf.php', 'statamic.nerf');
14
+
15
$this->publishes([
16
__DIR__.'/../config/statamic/nerf.php' => config_path('statamic/nerf.php'),
17
], 'nerf-config');
0 commit comments