ClassDiscovery::clearCache()

In this article

Source

public static function clearCache()
{
    self::$cache = [];
}

User Contributed Notes

You must log in before being able to contribute a note or feedback.