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