Minor Fixes
This commit is contained in:
parent
4af753230f
commit
6766e0fe6a
1 changed files with 0 additions and 4 deletions
|
|
@ -40,10 +40,6 @@ trait AppSetup
|
|||
foreach ($cached_tables as $name => $class) {
|
||||
if (! Cache::has($name) || $force) {
|
||||
|
||||
// check that the table exists in case the migration is pending
|
||||
if (! Schema::hasTable((new $class())->getTable())) {
|
||||
continue;
|
||||
}
|
||||
if ($name == 'payment_terms') {
|
||||
$orderBy = 'num_days';
|
||||
} elseif ($name == 'fonts') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue