File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Changelog
9
9
{
10
10
private function getFile (): string
11
11
{
12
- return config ('config .file ' , base_path ('CHANGELOG.md ' ));
12
+ return config ('changelog .file ' , base_path ('CHANGELOG.md ' ));
13
13
}
14
14
15
15
public function raw (): string
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public function boot()
21
21
22
22
if ($ this ->app ->runningInConsole ()) {
23
23
$ this ->publishes ([
24
- __DIR__ . '/../config/config .php ' => config_path ('changelog.php ' ),
24
+ __DIR__ . '/../config/changelog .php ' => config_path ('changelog.php ' ),
25
25
], 'config ' );
26
26
27
27
// Publishing the views.
@@ -50,7 +50,7 @@ public function boot()
50
50
public function register ()
51
51
{
52
52
// Automatically apply the package configuration
53
- $ this ->mergeConfigFrom (__DIR__ . '/../config/config .php ' , 'changelog ' );
53
+ $ this ->mergeConfigFrom (__DIR__ . '/../config/changelog .php ' , 'changelog ' );
54
54
55
55
// Register the main class to use with the facade
56
56
$ this ->app ->singleton ('changelog ' , function () {
You can’t perform that action at this time.
0 commit comments