瀏覽代碼

Remove unneeded var

shalvah 4 年之前
父節點
當前提交
453d2354ef
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/Tools/Globals.php

+ 0 - 2
src/Tools/Globals.php

@@ -7,6 +7,4 @@ class Globals
     public const SCRIBE_VERSION = '3.0.1';
 
     public static $shouldBeVerbose = false;
-
-    public static $excludedDbDrivers = null;
 }