Skip to content

Commit 62f8fa7

Browse files
committed
The sites config file has been removed.
1 parent 17a6756 commit 62f8fa7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/TestCase.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,11 @@ protected function resolveApplicationConfiguration($app)
6464
parent::resolveApplicationConfiguration($app);
6565

6666
$configs = [
67-
'assets', 'cp', 'forms', 'routes', 'static_caching',
68-
'sites', 'stache', 'system', 'users',
67+
'assets', 'cp', 'forms', 'routes', 'static_caching', 'stache', 'system', 'users',
6968
];
7069

7170
foreach ($configs as $config) {
72-
$app['config']->set("statamic.$config", require(__DIR__."/../vendor/statamic/cms/config/{$config}.php"));
71+
$app['config']->set("statamic.$config", require (__DIR__."/../vendor/statamic/cms/config/{$config}.php"));
7372
}
7473
}
7574

0 commit comments

Comments
 (0)