Skip to content

Commit 512045a

Browse files
committed
Adds Doctrine and Question entity + Repository
1 parent fb7cbb9 commit 512045a

29 files changed

+3468
-226
lines changed

.env

+6
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ APP_SECRET=c28f3d37eba278748f3c0427b313e86a
1919
#TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
2020
#TRUSTED_HOSTS='^(localhost|example\.com)$'
2121
###< symfony/framework-bundle ###
22+
23+
###> doctrine/doctrine-bundle ###
24+
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
25+
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
26+
#
27+
###< doctrine/doctrine-bundle ###

.idea/dataSources.local.xml

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dataSources.xml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)