aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/AttributeInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/AttributeInterface.php')
-rw-r--r--core/namespace/AttributeInterface.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/namespace/AttributeInterface.php b/core/namespace/AttributeInterface.php
deleted file mode 100644
index 74cd1f1..0000000
--- a/core/namespace/AttributeInterface.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-interface AttributeInterface {
- public function databaseINSERT(\Database $Database);
- public function databaseUPDATE(\Database $Database);
- public function databaseDELETE(\Database $Database);
-}
-?> \ No newline at end of file