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,9 +2,9 @@
namespace App\Http\Controllers;
use App\Contact;
use App\Activity;
use App\JournalEntry;
use App\Models\Contact\Contact;
use App\Models\Contact\Activity;
use App\Models\Journal\JournalEntry;
use App\Http\Requests\People\ActivitiesRequest;
class ActivitiesController extends Controller