aboutsummaryrefslogtreecommitdiff
path: root/classes/Assignment.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Assignment.php')
-rw-r--r--classes/Assignment.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/classes/Assignment.php b/classes/Assignment.php
index d04568b..27efb4a 100644
--- a/classes/Assignment.php
+++ b/classes/Assignment.php
@@ -31,10 +31,6 @@ class Assignment extends Model {
$table = 'assignment',
$fillable_columns = ['offerId', 'title', 'description', 'hours', 'price_per_hour', 'VAT_percentage'];
- const SUBTOTAL = 1;
- const VAT = 2;
- const TOTAL = 3;
-
/**
* Get the offer that this assignment is linked to
*