Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
style(namespace): apps to App with ucfirst...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhilip committed Sep 11, 2019
1 parent a01035c commit 8075d58
Show file tree
Hide file tree
Showing 103 changed files with 517 additions and 188 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!**/.gitkeep

# Test File
src/controllers/TestController.php
src/Controllers/TestController.php

# Backup Folder
/backup/
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- **Validator:** Upgrade siriusphp/validation to 2.3 (eb039eb)

### Docs
- **bin:** Add doc for bin/rid-httpd (59e0828)
- **template:** Add git commit hash in `CHANGELOG.md` (76bc527)

### Feat
Expand Down
1 change: 0 additions & 1 deletion bin/rid-httpd
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ $dotenv->load(); // $dotenv->overload();
* --------------------------------------------------------------------------
*/
$config = require RIDPT_ROOT . '/config/httpd.php';
var_dump($config);
$exitCode = (new Rid\Console\Application($config))->run();
exit($exitCode);
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"autoload": {
"psr-4": {
"Rid\\": "framework/",
"apps\\": "src/"
"App\\": "src/"
},
"files": [
"framework/Rid.php",
Expand Down
331 changes: 330 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8075d58

Please sign in to comment.