(Update) Namespace models under App\Models 🚀

This commit is contained in:
HDVinnie
2019-02-22 08:15:41 -05:00
parent dd158f0975
commit 3c87845e54
148 changed files with 402 additions and 387 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
namespace App\Http\Controllers;
use App\Article;
use App\Models\Article;
class ArticleController extends Controller
{