Ver código fonte

Remove unneeded var

shalvah 4 anos atrás
pai
commit
453d2354ef
1 arquivos alterados com 0 adições e 2 exclusões
  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;
 }