php cs fixer
This commit is contained in:
parent
26abaeb739
commit
189493b045
17 changed files with 44 additions and 43 deletions
|
|
@ -14,7 +14,7 @@ class JsonNodeRepository implements NodeRepository
|
|||
public function __construct(
|
||||
private TextRepository $textRepository,
|
||||
) {
|
||||
$this->filePath = __DIR__.'/../../data/nodes.json';
|
||||
$this->filePath = __DIR__ . '/../../data/nodes.json';
|
||||
}
|
||||
|
||||
public function create(CreateNodeDto $dto): Node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue