X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/5199f316fad43afc0657ece494ce8c5e18a4d78c..HEAD:/src/phorkie/Database/Adapter/Null/Setup.php diff --git a/src/phorkie/Database/Adapter/Null/Setup.php b/src/phorkie/Database/Adapter/Null/Setup.php index de23d0a..ba98fe4 100644 --- a/src/phorkie/Database/Adapter/Null/Setup.php +++ b/src/phorkie/Database/Adapter/Null/Setup.php @@ -3,7 +3,13 @@ namespace phorkie; class Database_Adapter_Null_Setup { - public function setup() {} + public function setup() + { + } + + public function reset() + { + } } ?>