@@ -6,8 +6,8 @@ |
||
6 | 6 | use Illuminate\Routing\Controller; |
7 | 7 | use Illuminate\Support\Facades\Mail; |
8 | 8 | use Illuminate\Support\Facades\Redirect; |
9 | -use Robertgarrigos\Contact\Models\Contact; |
|
10 | 9 | use Robertgarrigos\Contact\Mail\MessageSent; |
10 | +use Robertgarrigos\Contact\Models\Contact; |
|
11 | 11 | |
12 | 12 | class ContactController extends Controller |
13 | 13 | { |