php-cs-fixer and phpstan
This commit is contained in:
parent
363c4fd49f
commit
7ed2be50fd
25 changed files with 102 additions and 109 deletions
|
@ -116,7 +116,7 @@ class EggImporterService
|
|||
'copy_script_from' => null,
|
||||
]);
|
||||
|
||||
$egg = $this->parser->fillFromParsed($egg, $parsed);
|
||||
$egg = $this->eggParserService->fillFromParsed($egg, $parsed);
|
||||
$egg->save();
|
||||
|
||||
foreach ($parsed['variables'] ?? [] as $variable) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue