Tweak behavior for some classes

Just extend the Seeder class, because it isn't called static (Fixes
Issue #3)
This commit is contained in:
Barry
2013-04-07 19:14:08 +02:00
parent c9ae3c8f70
commit 78af37be9a
2 changed files with 24 additions and 6 deletions
+13
View File
@@ -58,4 +58,17 @@ return array(
'Illuminate\Redis\RedisManager' => 'Illuminate\Redis\Database',
),
/*
|--------------------------------------------------------------------------
| Only extend
|--------------------------------------------------------------------------
|
| These implementations aren't called static, so only extend them.
|
*/
'only_extend' => array(
'Seeder',
),
);