mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Add non-static
This commit is contained in:
@@ -21,7 +21,10 @@ It's possible to generate a PhpStorm meta file, to [add support for factory desi
|
|||||||
php artisan ide-helper:meta
|
php artisan ide-helper:meta
|
||||||
|
|
||||||
app('events')->fire();
|
app('events')->fire();
|
||||||
\App::make('events')->..
|
\App::make('events')->fire();
|
||||||
|
|
||||||
|
/** @var \Illuminate\Foundation\Application $app */
|
||||||
|
$app->make('events')->fire();
|
||||||
|
|
||||||
Pre-generated example: https://gist.github.com/barryvdh/bb6ffc5d11e0a75dba67
|
Pre-generated example: https://gist.github.com/barryvdh/bb6ffc5d11e0a75dba67
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user