File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace PhelDocBuild \FileGenerator \Domain ;
5+ namespace PhelDocBuild \FileGenerator \Application ;
66
77use Phel \Api \ApiFacadeInterface ;
88
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace PhelDocBuild \FileGenerator \Domain ;
5+ namespace PhelDocBuild \FileGenerator \Application ;
66
77use Phel \Api \ApiFacadeInterface ;
88
Original file line number Diff line number Diff line change 77use Gacela \Framework \AbstractFactory ;
88use Gacela \Framework \Config \Config ;
99use Phel \Api \ApiFacadeInterface ;
10- use PhelDocBuild \FileGenerator \Domain \ApiMarkdownGenerator ;
11- use PhelDocBuild \FileGenerator \Domain \ApiSearchGenerator ;
10+ use PhelDocBuild \FileGenerator \Application \ApiMarkdownGenerator ;
11+ use PhelDocBuild \FileGenerator \Application \ApiSearchGenerator ;
1212use PhelDocBuild \FileGenerator \Infrastructure \ApiMarkdownFile ;
1313use PhelDocBuild \FileGenerator \Infrastructure \ApiSearchFile ;
1414
Original file line number Diff line number Diff line change 44
55namespace PhelDocBuild \FileGenerator \Infrastructure ;
66
7- use PhelDocBuild \FileGenerator \Domain \ApiMarkdownGenerator ;
7+ use PhelDocBuild \FileGenerator \Application \ApiMarkdownGenerator ;
88
99final readonly class ApiMarkdownFile
1010{
Original file line number Diff line number Diff line change 44
55namespace PhelDocBuild \FileGenerator \Infrastructure ;
66
7- use PhelDocBuild \FileGenerator \Domain \ApiSearchGenerator ;
7+ use PhelDocBuild \FileGenerator \Application \ApiSearchGenerator ;
88
99use function json_encode ;
1010
Original file line number Diff line number Diff line change 66
77use Phel \Api \ApiFacadeInterface ;
88use Phel \Api \Transfer \PhelFunction ;
9- use PhelDocBuild \FileGenerator \Domain \ApiMarkdownGenerator ;
9+ use PhelDocBuild \FileGenerator \Application \ApiMarkdownGenerator ;
1010use PHPUnit \Framework \TestCase ;
1111
1212final class ApiMarkdownGeneratorTest extends TestCase
Original file line number Diff line number Diff line change 66
77use Phel \Api \ApiFacadeInterface ;
88use Phel \Api \Transfer \PhelFunction ;
9- use PhelDocBuild \FileGenerator \Domain \ApiSearchGenerator ;
9+ use PhelDocBuild \FileGenerator \Application \ApiSearchGenerator ;
1010use PHPUnit \Framework \TestCase ;
1111
1212final class ApiSearchGeneratorTest extends TestCase
Original file line number Diff line number Diff line change 77use Gacela \Framework \Bootstrap \GacelaConfig ;
88use Gacela \Framework \Gacela ;
99use Phel \Api \ApiFacade ;
10- use PhelDocBuild \FileGenerator \Domain \ApiMarkdownGenerator ;
10+ use PhelDocBuild \FileGenerator \Application \ApiMarkdownGenerator ;
1111use PHPUnit \Framework \TestCase ;
1212
1313final class ApiMarkdownGeneratorTest extends TestCase
You can’t perform that action at this time.
0 commit comments