feat: export data as json format (#4779)

This commit is contained in:
Alexis Saettler
2022-01-11 21:41:32 +01:00
committed by GitHub
parent ccf6d4fe2f
commit 8c627a28cb
126 changed files with 2787 additions and 172 deletions
+1
View File
@@ -26,6 +26,7 @@ class Module extends Model
*/
protected $casts = [
'active' => 'boolean',
'delible' => 'boolean',
];
/**