Added option to set From email on smtp settings
This commit is contained in:
@@ -30,6 +30,9 @@ if ($migrationTableExists) {
|
||||
}
|
||||
|
||||
$allMigrations = glob('migrations/*.php');
|
||||
if (count($allMigrations) == 0) {
|
||||
$allMigrations = glob('../../migrations/*.php');
|
||||
}
|
||||
$requiredMigrations = array_diff($allMigrations, $completedMigrations);
|
||||
|
||||
if (count($requiredMigrations) === 0) {
|
||||
|
||||
Reference in New Issue
Block a user