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\Settings;
use App\ContactFieldType;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use App\Models\Contact\ContactFieldType;
use Illuminate\Support\Facades\Validator;
use Illuminate\Database\Eloquent\ModelNotFoundException;