Fix issues found by static analysis (#878)

This commit is contained in:
Matthew Brown
2018-03-04 12:23:33 -05:00
committed by Alexis Saettler
parent af59fa2b7e
commit 749caa2c03
25 changed files with 37 additions and 23 deletions
@@ -6,6 +6,7 @@ use Validator;
use App\ContactFieldType;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use Illuminate\Database\Eloquent\ModelNotFoundException;
class PersonalizationController extends Controller
{