diff options
Diffstat (limited to 'src/model/doctrine-bootstrap.php')
| -rw-r--r-- | src/model/doctrine-bootstrap.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/doctrine-bootstrap.php b/src/model/doctrine-bootstrap.php index 139f410..127f72f 100644 --- a/src/model/doctrine-bootstrap.php +++ b/src/model/doctrine-bootstrap.php | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | <?php | 1 | <?php |
| 2 | // src/model/doctrine-bootstrap.php | 2 | // src/model/doctrine-bootstrap.php |
| 3 | 3 | ||
| 4 | declare(strict_types=1); | ||
| 5 | |||
| 4 | use Doctrine\ORM\ORMSetup; | 6 | use Doctrine\ORM\ORMSetup; |
| 5 | use Doctrine\DBAL\DriverManager; | 7 | use Doctrine\DBAL\DriverManager; |
| 6 | use Doctrine\ORM\EntityManager; | 8 | use Doctrine\ORM\EntityManager; |
