quick comment over the ClassLoader

This commit is contained in:
Nabeel Shahzad 2018-04-06 17:23:55 -05:00
parent d5fba47dc6
commit 078f8038e4

View File

@ -5,6 +5,11 @@ namespace App\Support;
use Log;
use Symfony\Component\ClassLoader\ClassMapGenerator;
/**
* Class find/load related functionality. Is used to find
* the award classes right now that might be in a module
* @package App\Support
*/
class ClassLoader
{
/**