Skip to content

Commit

Permalink
Add default database dependency value to database control
Browse files Browse the repository at this point in the history
  • Loading branch information
Horat1us committed Feb 14, 2019
1 parent aac7595 commit a93739b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Database extends Monitoring\Control
public const CODE_ASSERT = 502;

/** @var string|array|db\Connection */
public $db;
public $db = 'db';

/**
* Test query to execute in database
Expand Down

0 comments on commit a93739b

Please sign in to comment.