Skip to content

Instantly share code, notes, and snippets.

View TitasGailius's full-sized avatar

Titas Gailius TitasGailius

  • Namecheap.com
  • Vilnius, Lithuania
View GitHub Profile
<?php
class ClosureCache
{
/**
* The current globally available container (if any).
*
* @var static
*/
protected static $instance;