aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/Database/Adapter/Null/Setup.php
blob: de23d0a0161df97baaf1e66988e2732a0bb30da4 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace phorkie;

class Database_Adapter_Null_Setup
{
    public function setup() {}
}

?>