mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:24:31 -04:00
Check cache is cleared with update
This commit is contained in:
parent
80e4c493d1
commit
2fed1acff2
@ -328,7 +328,7 @@ class AppController extends BaseController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return Redirect::to('/');
|
return Redirect::to('/?clear_cache=true');
|
||||||
}
|
}
|
||||||
|
|
||||||
// MySQL changed the default table type from MyISAM to InnoDB
|
// MySQL changed the default table type from MyISAM to InnoDB
|
||||||
|
@ -271,6 +271,7 @@ return [
|
|||||||
'Utils' => App\Libraries\Utils::class,
|
'Utils' => App\Libraries\Utils::class,
|
||||||
'DateUtils' => App\Libraries\DateUtils::class,
|
'DateUtils' => App\Libraries\DateUtils::class,
|
||||||
'HTMLUtils' => App\Libraries\HTMLUtils::class,
|
'HTMLUtils' => App\Libraries\HTMLUtils::class,
|
||||||
|
'CurlUtils' => App\Libraries\CurlUtils::class,
|
||||||
'Domain' => App\Constants\Domain::class,
|
'Domain' => App\Constants\Domain::class,
|
||||||
'Google2FA' => PragmaRX\Google2FALaravel\Facade::class,
|
'Google2FA' => PragmaRX\Google2FALaravel\Facade::class,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user