fix editing orders

This commit is contained in:
Ludovic CANDELLIER
2022-11-19 23:43:12 +01:00
parent caee665758
commit 73763bb146
19 changed files with 314 additions and 174 deletions

13
config/revisionable.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Revision Model
|--------------------------------------------------------------------------
*/
'model' => Venturecraft\Revisionable\Revision::class,
'additional_fields' => [],
];