Fix issues found by static analysis (#878)
This commit is contained in:
committed by
Alexis Saettler
parent
af59fa2b7e
commit
749caa2c03
@@ -2,9 +2,11 @@
|
||||
|
||||
namespace App\Http\Controllers\Contacts;
|
||||
|
||||
use App\Gift;
|
||||
use App\Contact;
|
||||
use App\Http\Controllers\Controller;
|
||||
use App\Http\Requests\People\IntroductionsRequest;
|
||||
use Illuminate\Database\Eloquent\ModelNotFoundException;
|
||||
|
||||
class IntroductionsController extends Controller
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user