From 16d115c749d13a70512938b9b002bec45d5a5592 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 4 Apr 2022 18:21:42 +0200 Subject: [PATCH] wait #5210 @1 --- .idea/php.xml | 2 +- .idea/workspace.xml | 35 ++-- app/Console/Commands/WorkshopMigration.php | 14 +- app/Jobs/UsersTree.php | 181 +++++++++++++++++++++ app/Models/FluidbookPublication.php | 59 +++++-- composer.json | 22 +-- config/backup.php | 151 +++++++++++++---- config/debugbar.php | 2 +- 8 files changed, 396 insertions(+), 70 deletions(-) create mode 100644 app/Jobs/UsersTree.php diff --git a/.idea/php.xml b/.idea/php.xml index 5f5a9dbae..dcb73f466 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -195,7 +195,7 @@ - + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b913e7336..043080f42 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -22,12 +22,14 @@