add user migration

This commit is contained in:
Yisroel Baum 2026-05-17 21:50:24 +03:00
parent 50814ffd60
commit 6fbc1fb4f5
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
5 changed files with 113 additions and 1 deletions

View file

@ -2,7 +2,8 @@
"name": "pilzno/rabbigerzi",
"autoload": {
"psr-4": {
"App\\": "app/"
"App\\": "app/",
"App\\Database\\": "database/"
}
},
"autoload-dev": {