From a484657381b3cc5af236189ee33a3d967205ded5 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Fri, 5 Jun 2020 14:18:24 +0200 Subject: [PATCH] add namespace --- Models/raiseTaxRate.php | 2 +- bin/raiseTaxRate | 4 ++-- bootstrap.php | 4 +--- composer.json | 5 +++++ 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Models/raiseTaxRate.php b/Models/raiseTaxRate.php index 2f08980..67d344d 100644 --- a/Models/raiseTaxRate.php +++ b/Models/raiseTaxRate.php @@ -1,6 +1,6 @@ run(); } catch ( \Exception $e) { diff --git a/bootstrap.php b/bootstrap.php index f666961..753f9fa 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -1,13 +1,11 @@