diff options
| author | winter | 2024-12-09 21:31:54 +0000 |
|---|---|---|
| committer | winter | 2024-12-09 21:31:54 +0000 |
| commit | 4c7bde1400820f36caf8b2a5374007384c3018f3 (patch) | |
| tree | 83ed26ff368117b8e392f7bc28736482077fc2f4 /bin/migrate | |
| parent | 50edbd3907c26a2d4d616421de9bb51a4d083c1b (diff) | |
rename to Digitigrade / PawPub
:3
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 |
