Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelaguiar committed Sep 5, 2019
1 parent 73b5df1 commit fbdeffc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/GetHealthieServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php namespace AliasProject\SEMRush;
<?php namespace AliasProject\GetHealthie;

use Illuminate\Support\ServiceProvider;

class SEMRushServiceProvider extends ServiceProvider {
class GetHealthieServiceProvider extends ServiceProvider {

/**
* Bootstrap the application services.
Expand All @@ -12,7 +12,7 @@ class SEMRushServiceProvider extends ServiceProvider {
public function boot()
{
$this->publishes([
__DIR__.'/config/semrush.php' => config_path('semrush.php'),
__DIR__.'/config/gethealthie.php' => config_path('gethealthie.php'),
]);
}

Expand Down

0 comments on commit fbdeffc

Please sign in to comment.