mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-19 02:23:11 +00:00
Tweak behavior for some classes
Just extend the Seeder class, because it isn't called static (Fixes Issue #3)
This commit is contained in:
@@ -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',
|
||||
),
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user