diff --git a/.gitignore b/.gitignore index 90e7ab5..7237f45 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ vendor/ storage/logs/*.log storage/cache/* *.DS_Store +.idea/ +.claude/ +ЗАМЕТКИ.md diff --git a/composer.json b/composer.json index 698a169..f7bad60 100644 --- a/composer.json +++ b/composer.json @@ -12,11 +12,8 @@ }, "autoload": { "psr-4": { - "Bicycle\\": "System/Classes/", - "Bicycle\\Http\\": "System/Http/", - "Bicycle\\Database\\": "System/Database/", - "Bicycle\\View\\": "System/View/", - "Bicycle\\Console\\": "System/Console/" + "Sys\\": "System/", + "App\\": "App/" } }, "autoload-dev": {