Fix Contracts class names

This commit is contained in:
Nabeel Shahzad
2019-08-02 09:02:23 -04:00
parent d4c172e734
commit 3a97071fcf
16 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
namespace $CLASS_NAMESPACE$;
use App\Interfaces\Controller;
use App\Contracts\Controller;
/**
* Class $CLASS$