Explorar el Código

Remove unneeded var

shalvah hace 4 años
padre
commit
453d2354ef
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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;
 }