Skip to content

Commit

Permalink
Merge pull request #39 from innoflash/update-config
Browse files Browse the repository at this point in the history
Updated tags
  • Loading branch information
ash-jc-allen authored Mar 5, 2020
2 parents 5bb436d + c46f5bb commit 371110c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Providers/ShortURLProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ public function boot(): void
// Config
$this->publishes([
__DIR__.'/../../config/short-url.php' => config_path('short-url.php'),
], 'config');
], 'short-url-config');

// Migrations
$this->publishes([
__DIR__.'/../../database/migrations' => database_path('migrations'),
], 'migrations');
], 'short-url-migrations');
$this->loadMigrationsFrom(__DIR__.'/../../database/migrations');

// Routes
Expand Down

0 comments on commit 371110c

Please sign in to comment.