Skip to content

Commit

Permalink
Fix path to config (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Carlos authored and kra committed Nov 22, 2019
1 parent bf74e8e commit 7374d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/LaravelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LaravelServiceProvider extends AbstractServiceProvider
public function boot()
{
$this->publishes([
__DIR__ . '/../config/snowflake.php' => config_path('snowflake.php'),
__DIR__ . '/../../config/snowflake.php' => config_path('snowflake.php'),
]);
}
}

0 comments on commit 7374d29

Please sign in to comment.