Skip to content

Commit

Permalink
Update AgentsServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MoamenEltouny authored Aug 14, 2021
1 parent feb024c commit 95a1b8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AgentsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public function boot()
__DIR__ . '/database/migrations/2021_02_01_000021_create_browsers_table.php' => database_path('migrations/2021_02_01_000021_create_browsers_table.php'),
__DIR__ . '/database/migrations/2021_02_01_000022_create_bots_table.php' => database_path('migrations/2021_02_01_000022_create_bots_table.php'),
__DIR__ . '/database/migrations/2021_02_01_000023_create_agents_table.php' => database_path('migrations/2021_02_01_000023_create_agents_table.php'),
__DIR__ . '/database/migrations/2021_02_01_000024_create_user_agents_table.php' => database_path('migrations/2021_02_01_000024_create_user_agents_table.php'),
], ['pharaonic', 'laravel-agents']);


Expand Down

0 comments on commit 95a1b8c

Please sign in to comment.