1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +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 c87c2bcd4c
commit 56ef8b4613
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;
})
);