Skip to content

Commit cca2d8d

Browse files
author
MrAnyx
committed
[fix] version
1 parent 178312f commit cca2d8d

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", "Database"],
88
"minimum-stability": "dev",
99
"readme": "https://github.com/TimePHP-org/TimePHP-Database/blob/master/README.md",
10-
"version": "0.0.5",
10+
"version": "0.0.6",
1111
"support": {
1212
"email": "timephp.org@gmail.com",
1313
"docs": "https://timephp-org.github.io/TimePHP-Docs/#/",

src/Database/Migration.php renamed to src/Database/AbstractMigration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Illuminate\Events\Dispatcher;
1111
use Symfony\Component\Dotenv\Dotenv;
1212

13-
abstract class Migration implements MigrationInterface {
13+
abstract class AbstractMigration implements MigrationInterface {
1414
/**
1515
* Dotenv variable
1616
*

0 commit comments

Comments
 (0)