Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 9832439

Browse files
authored
Merge pull request #7 from ggrachdev/dev
0.0.7
2 parents 8053a3c + f674817 commit 9832439

File tree

23 files changed

+81
-117
lines changed

23 files changed

+81
-117
lines changed

.gitmodules

Whitespace-only changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<?php
1111
use GGrach\FishGenerator\Generators\FishGenerator;
1212

13-
\Bitrix\Main\Loader::includeModule('ggrachdev.fish_generator');
13+
\Bitrix\Main\Loader::includeModule('ggrachdev.fishgenerator');
1414

1515
/**
1616
* В конструктор передаем IBLOCK ID в который нужно сгенерировать тестовый элемент

ggrachdev.fish_generator/install/version.php

Lines changed: 0 additions & 6 deletions
This file was deleted.

ggrachdev.fish_generator/classes/general/FishGenerator/Cache/RuntimeCache.php renamed to ggrachdev.fishgenerator/classes/general/FishGenerator/Cache/RuntimeCache.php

File renamed without changes.

ggrachdev.fish_generator/classes/general/FishGenerator/Debug/Debug.php renamed to ggrachdev.fishgenerator/classes/general/FishGenerator/Debug/Debug.php

File renamed without changes.

ggrachdev.fish_generator/classes/general/FishGenerator/Exceptions/BitrixRedactionException.php renamed to ggrachdev.fishgenerator/classes/general/FishGenerator/Exceptions/BitrixRedactionException.php

File renamed without changes.

ggrachdev.fish_generator/classes/general/FishGenerator/Exceptions/GenerateElementException.php renamed to ggrachdev.fishgenerator/classes/general/FishGenerator/Exceptions/GenerateElementException.php

File renamed without changes.

ggrachdev.fish_generator/classes/general/FishGenerator/Exceptions/GeneratePhotoException.php renamed to ggrachdev.fishgenerator/classes/general/FishGenerator/Exceptions/GeneratePhotoException.php

File renamed without changes.

ggrachdev.fish_generator/classes/general/FishGenerator/Exceptions/GeneratorTypeException.php renamed to ggrachdev.fishgenerator/classes/general/FishGenerator/Exceptions/GeneratorTypeException.php

File renamed without changes.

ggrachdev.fish_generator/classes/general/FishGenerator/Exceptions/SearchIblockException.php renamed to ggrachdev.fishgenerator/classes/general/FishGenerator/Exceptions/SearchIblockException.php

File renamed without changes.

0 commit comments

Comments
 (0)