Skip to content

Commit 977188f

Browse files
Use RunsUpdateScripts trait from core (#549)
* Use `RunsUpdateScripts` trait from core * bump `statamic/cms`
1 parent c38d041 commit 977188f

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"require": {
2727
"php": "^8.3",
28-
"statamic/cms": "^6.0.0"
28+
"statamic/cms": "^6.3.0"
2929
},
3030
"require-dev": {
3131
"doctrine/dbal": "^3.8",

tests/UpdateScripts/Concerns/RunsUpdateScripts.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

tests/UpdateScripts/UpdateGlobalVariablesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
use Statamic\Eloquent\Globals\GlobalSetModel;
99
use Statamic\Eloquent\Globals\VariablesModel;
1010
use Statamic\Eloquent\Updates\UpdateGlobalVariables;
11+
use Statamic\Testing\Concerns\RunsUpdateScripts;
1112
use Tests\TestCase;
12-
use Tests\UpdateScripts\Concerns\RunsUpdateScripts;
1313

1414
class UpdateGlobalVariablesTest extends TestCase
1515
{

0 commit comments

Comments
 (0)