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