Built more binders.

This commit is contained in:
James Cole
2016-01-09 15:53:11 +01:00
parent ef4e964c94
commit caa1ff120a
3 changed files with 37 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ class Binder
{
protected $binders = [];
/**
* Binder constructor.
*/
public function __construct()
{
$this->binders = Domain::getBindables();