mirror of
https://github.com/flarum/core.git
synced 2025-08-07 00:47:00 +02:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
committed by
StyleCI Bot
parent
9386c91af9
commit
036e519865
@@ -204,6 +204,7 @@ class ModelTest extends TestCase
|
||||
(new Extend\Model(Group::class))
|
||||
->default('counter', function () {
|
||||
static $counter = 0;
|
||||
|
||||
return ++$counter;
|
||||
})
|
||||
);
|
||||
|
Reference in New Issue
Block a user