Skip to content

Commit

Permalink
remive ignore migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Jan 23, 2024
1 parent bec2d34 commit ce1744a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AppServiceProvider extends ServiceProvider
public function register()
{
//Ignore default migration from here
Sanctum::ignoreMigrations();
// Sanctum::ignoreMigrations();
}

/**
Expand Down

0 comments on commit ce1744a

Please sign in to comment.