Skip to content

Commit c674f8f

Browse files
author
Muammer Top
authored
Merge pull request #43 from openclassify/spektra2147-fix-2
fix installer error
2 parents 12d1611 + 51334d3 commit c674f8f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Installer/Console/Install.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
use Illuminate\Console\Command;
3131
use Illuminate\Foundation\Bus\DispatchesJobs;
3232
use Symfony\Component\Console\Input\InputOption;
33+
use Illuminate\Support\Facades\DB;
3334

3435
/**
3536
* Class Install
@@ -113,6 +114,8 @@ function () use ($manager) {
113114
}
114115
)
115116
);
117+
118+
DB::purge('mysql');
116119

117120
$this->dispatchNow(new LoadModuleSeeders($installers));
118121
$this->dispatchNow(new LoadExtensionSeeders($installers));

0 commit comments

Comments
 (0)