Skip to content

Commit

Permalink
Failed to store metaData to the cache adapter... #651
Browse files Browse the repository at this point in the history
  • Loading branch information
jorikfon committed Sep 17, 2024
1 parent 45177b1 commit 411de2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Common/Models/ModelsBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public static function makeCacheKey(string $modelClass, string $keyName): string
public function initialize(): void
{
self::setup(['orm.events' => true]);
self::setup(['orm.exception_on_failed_metadata_save' => false]);
$this->keepSnapshots(true);
$this->addExtensionModulesRelations();

Expand Down

0 comments on commit 411de2b

Please sign in to comment.