Skip to content

Commit

Permalink
Change publishes names to jetstream-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
miguilimzero committed Apr 1, 2022
1 parent c3674af commit eb5ba25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/JetstreamPlusServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ protected function configurePublishing(): void
$this->publishes([
__DIR__ . '/../config/captcha.php' => config_path('captcha.php'),
__DIR__ . '/../config/ip_address.php' => config_path('ip_address.php'),
], 'jetstream-utils-configs');
], 'jetstream-plus-configs');

$this->publishes([
__DIR__ . '/../database/migrations/2014_10_12_000000_create_users_table.php' => database_path('migrations/2014_10_12_000000_create_users_table.php'),
__DIR__ . '/../database/migrations/2021_06_28_133032_create_ip_addresses_table.php' => database_path('migrations/2021_06_28_133032_create_ip_addresses_table.php'),
], 'jetstream-utils-migrations');
], 'jetstream-plus-migrations');
}

/**
Expand Down

0 comments on commit eb5ba25

Please sign in to comment.