1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 08:56:38 +02:00

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
Franz Liedke
2020-04-24 14:56:37 +00:00
committed by StyleCI Bot
parent 9386c91af9
commit 036e519865
2 changed files with 4 additions and 1 deletions

View File

@@ -204,6 +204,7 @@ class ModelTest extends TestCase
(new Extend\Model(Group::class))
->default('counter', function () {
static $counter = 0;
return ++$counter;
})
);