Skip to content

Commit 5b9b0c7

Browse files
committed
ApplicationExtension: $default is private
1 parent 5abc596 commit 5b9b0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/ApplicationDI/ApplicationExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class ApplicationExtension extends Nette\DI\CompilerExtension
2222
{
23-
public $defaults = [
23+
private $defaults = [
2424
'debugger' => NULL,
2525
'errorPresenter' => 'Nette:Error',
2626
'catchExceptions' => NULL,

0 commit comments

Comments
 (0)