Skip to content

Commit 00bf1f5

Browse files
author
MrAnyx
committed
[fix] version
1 parent 011e4c0 commit 00bf1f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"keywords": ["TimePHP", "Framework", "PHP", "MVC"],
88
"minimum-stability": "dev",
99
"readme": "https://github.com/TimePHP-org/TimePHP/blob/master/README.md",
10-
"version": "0.0.6",
10+
"version": "0.0.7",
1111
"support": {
1212
"email": "timephp.org@gmail.com",
1313
"docs": "https://timephp-org.github.io/TimePHP-Docs/#/",

src/Foundation/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @package TimePHP
1717
* @subpackage Foundation
1818
*/
19-
abstract class Controller
19+
abstract class AbstractController
2020
{
2121

2222
/**

0 commit comments

Comments
 (0)