Add Psalm to check for possibly fatal issues (#973)
This commit is contained in:
committed by
Alexis Saettler
parent
edfbfa7687
commit
da73a6e15d
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user