1
0
mirror of synced 2025-02-10 09:19:26 +03:00
Jeremy Postlethwaite abe97bf0df Fixing error with from() parameters in example
The from method requires $from and the $alias to be separate parameters.

    public function from($from, $alias, $indexBy = null);

The examples show: from('User u')
2014-10-13 20:37:19 -07:00
..
2013-02-27 12:40:39 +01:00
2013-05-03 13:32:42 +02:00