Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Александров Илья Витальевич
test
Commits
c79f61e6
Commit
c79f61e6
authored
1 year ago
by
Илья Александров
Browse files
Options
Download
Patches
Plain Diff
fd
parent
ce7fd022
master
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.env
+2
-2
.env
.idea/.gitignore
+8
-0
.idea/.gitignore
.idea/dataSources.xml
+19
-0
.idea/dataSources.xml
.idea/modules.xml
+8
-0
.idea/modules.xml
.idea/php.xml
+159
-0
.idea/php.xml
.idea/phpunit.xml
+10
-0
.idea/phpunit.xml
.idea/test22.iml
+141
-0
.idea/test22.iml
.idea/vcs.xml
+6
-0
.idea/vcs.xml
composer.json
+4
-1
composer.json
gfg.http
+9
-0
gfg.http
migrations/Version20231219102604.php
+80
-0
migrations/Version20231219102604.php
migrations/Version20231219103407.php
+34
-0
migrations/Version20231219103407.php
migrations/Version20231219105755.php
+32
-0
migrations/Version20231219105755.php
src/Controller/CarController.php
+48
-0
src/Controller/CarController.php
src/Entity/Car.php
+81
-0
src/Entity/Car.php
src/Model/ApplicationToCarModel.php
+17
-0
src/Model/ApplicationToCarModel.php
src/Model/CarModel.php
+15
-0
src/Model/CarModel.php
src/Model/CreditModel.php
+14
-0
src/Model/CreditModel.php
src/Repository/CarRepository.php
+48
-0
src/Repository/CarRepository.php
src/Services/CarServices.php
+68
-0
src/Services/CarServices.php
with
803 additions
and
3 deletions
+803
-3
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets