Skip to content

Commit b7f344a

Browse files
author
Robert Kummer
authored
supporting package path feature
1 parent 6342cef commit b7f344a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Providers/ConfigurationProvider.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
class ConfigurationProvider extends ConfigurationServiceProvider
88
{
9+
protected $packagePath = __DIR__ . '/../../';
10+
911
protected $configurationFiles = [
1012
LaravelPackageServiceProvider::NAMESPACE => 'config/config.php',
1113
];
12-
}
14+
}

0 commit comments

Comments
 (0)