v0.0.1 Added the first files and made a login system.

This commit is contained in:
Victor
2021-06-01 11:29:56 +02:00
parent 78df7dd754
commit dfb9103157
20 changed files with 223 additions and 26 deletions
+1
View File
@@ -12,5 +12,6 @@ return array(
'Normalizer' => $vendorDir . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',
'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
'User' => $baseDir . '/Backend/model/User.php',
'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
);