d[esign]Void

Results 4 issues of d[esign]Void

Hi there, I am trying to create a search key by doing the following: ``` $searchKey = Algolia::searchKey(Property::class); ``` And am running into this error: ``` Algolia\AlgoliaSearch\Exceptions\BadRequestException Invalid Application-ID or...

The layout and spacing seems to be off for form inputs This is the cake code: ``` php ``` And the resulting markup: ``` html Image ``` ![untitled](https://f.cloud.github.com/assets/630948/1079314/a3833182-1544-11e3-90e3-d8c27d1070f7.png)

Currently it is not possible to make any changes to the default PropertyBag model - but using the config value we can use a custom model.

In 'LdapSource.php': ``` php 402 - function create( Model $model, $fields = null, $values = null ) { 402 + function create( &$model, $fields = null, $values = null )...