use standard SplObserver
[m6w6/pq-gateway] / lib / pq / Gateway / Table / LockInterface.php
diff --git a/lib/pq/Gateway/Table/LockInterface.php b/lib/pq/Gateway/Table/LockInterface.php
deleted file mode 100644 (file)
index de64c57..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-namespace pq\Gateway\Table;
-
-use \pq\Gateway\Row;
-
-/**
- * Lazy row lock on update
- */
-interface LockInterface
-{
-       function onUpdate(Row $row, array &$where);
-}