We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a59e6 commit 0643f57Copy full SHA for 0643f57
2 files changed
tests/system/Config/fixtures/RegistrarConfig.php
@@ -9,7 +9,7 @@
9
* the LICENSE file that was distributed with this source code.
10
*/
11
12
-class RegistrarConfig extends \CodeIgniter\Config\BaseConfig
+class RegistrarConfig extends CodeIgniter\Config\BaseConfig
13
{
14
public $foo = 'bar';
15
public $bar = [
tests/system/Config/fixtures/SimpleConfig.php
-class SimpleConfig extends \CodeIgniter\Config\BaseConfig
+class SimpleConfig extends CodeIgniter\Config\BaseConfig
public $QZERO;
public $QZEROSTR;
0 commit comments