This commit is contained in:
Egor Isaev 2026-04-27 15:54:44 +03:00
parent d148eecac5
commit ab4d8b2a75
2 changed files with 5 additions and 5 deletions

3
.gitignore vendored
View File

@ -4,3 +4,6 @@ vendor/
storage/logs/*.log storage/logs/*.log
storage/cache/* storage/cache/*
*.DS_Store *.DS_Store
.idea/
.claude/
ЗАМЕТКИ.md

View File

@ -12,11 +12,8 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Bicycle\\": "System/Classes/", "Sys\\": "System/",
"Bicycle\\Http\\": "System/Http/", "App\\": "App/"
"Bicycle\\Database\\": "System/Database/",
"Bicycle\\View\\": "System/View/",
"Bicycle\\Console\\": "System/Console/"
} }
}, },
"autoload-dev": { "autoload-dev": {