Skip to content

Commit

Permalink
LP-102 project update
Browse files Browse the repository at this point in the history
  • Loading branch information
mah-shamim committed Oct 14, 2023
1 parent 0663d6c commit 25aa701
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public function getEnvironmentSetUp($app)

$migrations = [
include __DIR__ . '/../database/migrations/2014_10_12_000000_create_users_table.php',
include __DIR__ . '/../database/migrations/2023_09_25_201621_update_add_columns_in_users_table.php',
include __DIR__ . '/../database/migrations/2023_09_25_201631_create_profiles_table.php',
include __DIR__ . '/../database/migrations/2023_09_28_224955_create_permission_tables.php',
include __DIR__ . '/../database/migrations/2023_09_28_230630_create_teams_table.php'
Expand Down

0 comments on commit 25aa701

Please sign in to comment.