Skip to content

Commit

Permalink
updated tags
Browse files Browse the repository at this point in the history
  • Loading branch information
innoflash committed Mar 5, 2020
1 parent 5bb436d commit c46f5bb
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 c46f5bb

Please sign in to comment.