Move Enum base class to App\Interfaces

This commit is contained in:
Nabeel Shahzad
2018-03-18 21:24:41 -05:00
parent 36ea12e135
commit 04c5b9e7bf
17 changed files with 54 additions and 16 deletions

View File

@@ -2,6 +2,8 @@
namespace App\Models\Enums;
use App\Interfaces\Enum;
/**
* Class ActiveState
* @package App\Models\Enums