1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Change hyphens to underscores in filename

This commit is contained in:
Toby Zerner
2018-10-20 20:28:07 +10:30
parent 37cd29a38a
commit 1af9f7f86b

View File

@@ -98,6 +98,6 @@ return [
}, },
'down' => function (Builder $schema) { 'down' => function (Builder $schema) {
// hmmm // not implemented
} }
]; ];