Skip to content

Commit

Permalink
Fixed bug when Directory has no models
Browse files Browse the repository at this point in the history
  • Loading branch information
Photis Patriotis authored and Photis Patriotis committed Sep 17, 2013
1 parent c4957ac commit 9827722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DirectoryModelLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DirectoryModelLoader extends ModelLoader {
/**
* @var string[]
*/
protected $modelClasses;
protected $modelClasses = array();

/**
* todo: docs
Expand Down

0 comments on commit 9827722

Please sign in to comment.