Globals.php 193 B

123456789101112
  1. <?php
  2. namespace Knuckles\Scribe\Tools;
  3. class Globals
  4. {
  5. public const SCRIBE_VERSION = '2.4.2';
  6. public static $shouldBeVerbose = false;
  7. public static $excludedDbDrivers = null;
  8. }