Add Psalm to check for possibly fatal issues (#973)

This commit is contained in:
Matthew Brown
2018-04-29 13:11:40 -04:00
committed by Alexis Saettler
parent edfbfa7687
commit da73a6e15d
118 changed files with 603 additions and 102 deletions
@@ -3,10 +3,10 @@
namespace App\Http\Controllers\Api;
use App\Note;
use Validator;
use App\Contact;
use Illuminate\Http\Request;
use Illuminate\Database\QueryException;
use Illuminate\Support\Facades\Validator;
use App\Http\Resources\Note\Note as NoteResource;
use Illuminate\Database\Eloquent\ModelNotFoundException;