diff options
Diffstat (limited to 'core/namespace/ItemInterface.php')
-rw-r--r-- | core/namespace/ItemInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/namespace/ItemInterface.php b/core/namespace/ItemInterface.php index e7ccb6a..f2ba12d 100644 --- a/core/namespace/ItemInterface.php +++ b/core/namespace/ItemInterface.php @@ -1,5 +1,5 @@ <?php interface ItemInterface { - public function __construct($itemID, \Database $Database); + public function __construct($param, \Database $Database); } ?>
\ No newline at end of file |