diff options
| author | polo <ordipolo@gmx.fr> | 2026-06-25 23:40:19 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-06-25 23:41:01 +0200 |
| commit | de2488b7a45f63e128a4f2f393e1040323837a62 (patch) | |
| tree | 0c0f9fddd1e685272f1824a870de29f29fad08e6 /src | |
| parent | 0ee622e0adafad3ee7a5afbcdcc519c7cca544d6 (diff) | |
| download | cms-de2488b7a45f63e128a4f2f393e1040323837a62.tar.gz cms-de2488b7a45f63e128a4f2f393e1040323837a62.tar.bz2 cms-de2488b7a45f63e128a4f2f393e1040323837a62.zip | |
oups!
Diffstat (limited to 'src')
| -rw-r--r-- | src/service/Backup.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service/Backup.php b/src/service/Backup.php index 60d1b23..45593bb 100644 --- a/src/service/Backup.php +++ b/src/service/Backup.php | |||
| @@ -156,6 +156,7 @@ class Backup | |||
| 156 | } | 156 | } |
| 157 | } | 157 | } |
| 158 | 158 | ||
| 159 | // pattern "template method" | ||
| 159 | static public function restoreDatabase(EntityManager $entityManager, string $file_name): void | 160 | static public function restoreDatabase(EntityManager $entityManager, string $file_name): void |
| 160 | { | 161 | { |
| 161 | // création d'un backup de sécurité non écrasable | 162 | // création d'un backup de sécurité non écrasable |
