Restructure where models are stored (#1476)

The idea is to clean the repository a little bit by moving models into their respective folders.
This commit is contained in:
Régis Freyd
2018-06-14 20:49:12 -04:00
committed by GitHub
parent 87077b6ad4
commit 29197090a7
234 changed files with 1362 additions and 1110 deletions
@@ -2,8 +2,8 @@
namespace App\Http\Controllers\Contacts;
use App\Gift;
use App\Contact;
use App\Models\Contact\Gift;
use App\Models\Contact\Contact;
use App\Http\Controllers\Controller;
use App\Http\Requests\People\IntroductionsRequest;
use Illuminate\Database\Eloquent\ModelNotFoundException;