blob: 0d65e74c0891354f17c7c74a2b8e998380661002 [file] [log] [blame]
<?php
class A {
public function getDataSource(Search $search = null) {
$fluent = $this^->getBaseQuery()->omg();
return $fluent->toDatoDataSource();
}
}
?>