index names may be specified on fluent setup.

This commit is contained in:
Taylor Otwell
2012-01-24 08:43:12 -06:00
parent 4806bccbb6
commit 67696d8114
3 changed files with 6 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ class Fluent {
*
* @var array
*/
protected $attributes = array();
public $attributes = array();
/**
* Create a new fluent container instance.