New data plugin for DB

This commit is contained in:
aliaxander 2016-02-19 22:17:53 +03:00
parent 1ccfab5048
commit 00b13a275b

View file

@ -113,7 +113,7 @@ class PhpLoc implements PHPCI\Plugin, PHPCI\ZeroConfigPlugin
$this->build->storeMeta('phploc', $data); $this->build->storeMeta('phploc', $data);
} }
$this->build->storeMeta('phploc-test', array("test"=>"val"));
return $success; return $success;
} }
} }