Subversion Repositories Applications.framework

Compare Revisions

Ignore whitespace Rev 360 → Rev 361

/trunk/framework/RestService.php
38,7 → 38,7
*/
protected function getBdd() {
if (! isset($this->bdd)) {
$this->bdd = new bdd();
$this->bdd = new Bdd();
}
return $this->bdd;
}