diff options
Diffstat (limited to 'bin/migrate')
| -rwxr-xr-x | bin/migrate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/migrate b/bin/migrate index 29d2001..6c1c71d 100755 --- a/bin/migrate +++ b/bin/migrate @@ -7,4 +7,4 @@ foreach (glob(__DIR__ . '/../migrations/*.php') as $file) { require $file; } -\WpfTest\Db\Migrator::getInstance()->migrate();
\ No newline at end of file +\Digitigrade\Db\Migrator::getInstance()->migrate();
\ No newline at end of file |
