We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6fdf0e + bcae2a2 commit bec75abCopy full SHA for bec75ab
user_guide_src/source/libraries/images/002.php
@@ -1,3 +1,3 @@
1
<?php
2
3
-$image = Config\Services::image('imagick');
+$image = \Config\Services::image('imagick');
user_guide_src/source/testing/controllers/005.php
@@ -1,6 +1,6 @@
-$config = new Config\App();
+$config = new \Config\App();
4
$config->appTimezone = 'America/Chicago';
5
6
$results = $this->withConfig($config)
0 commit comments