From 6d5d1b33ecfa40a3fc460464ffcfdbfd3a92239b Mon Sep 17 00:00:00 2001 From: Winfried Kappeler Date: Sat, 4 Jan 2025 17:38:19 +0100 Subject: [PATCH] V 0.1.1 missing link Export.php - missing link Export.php --- CHANGELOG.md | 4 ++++ app/Models/Export.php | 1 + routes/web.php | 1 + 3 files changed, 6 insertions(+) create mode 100644 CHANGELOG.md create mode 120000 app/Models/Export.php diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0f393bc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# V 0.1.1 missing link Export.php + +- missing link Export.php + diff --git a/app/Models/Export.php b/app/Models/Export.php new file mode 120000 index 0000000..c9c2b42 --- /dev/null +++ b/app/Models/Export.php @@ -0,0 +1 @@ +../../vendor/hamatoma/laraknife/templates/Models/Export.php \ No newline at end of file diff --git a/routes/web.php b/routes/web.php index 1699bd9..e5d45d2 100644 --- a/routes/web.php +++ b/routes/web.php @@ -39,3 +39,4 @@ AddressController::routes(); MandatorController::routes(); AccountController::routes(); TransactionController::routes(); + -- 2.39.5