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 $MODULE_NAMESPACE$\$STUDLY_NAME$\Http\Controllers\Admin;
use App\Interfaces\Controller;
use App\Contracts\Controller;
use Illuminate\Http\Request;
/**