Sfoglia il codice sorgente

Remove unneeded var

shalvah 4 anni fa
parent
commit
453d2354ef
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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;
 }