Created
August 21, 2018 06:23
-
-
Save Gesparo/16aec12c4b0cbff090caab74187ce436 to your computer and use it in GitHub Desktop.
Heps PHPSTORM IDE understard return object from create factory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace PHPSTORM_META { | |
use App\Company; | |
override(\create(''), map([ | |
Company::class => Company::class | |
])); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment