mirror of
https://github.com/vrana/adminer.git
synced 2026-07-16 12:44:17 +02:00
Change var to public
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
namespace Adminer;
|
||||
|
||||
class Adminer {
|
||||
var $operators = array("<=", ">=");
|
||||
public $operators = array("<=", ">=");
|
||||
private $values = array();
|
||||
|
||||
function name() {
|
||||
|
||||
Reference in New Issue
Block a user