fix api auth problem

This commit is contained in:
Nabeel Shahzad
2018-01-02 14:37:52 -06:00
parent 7700bd6683
commit 6d2f705b40
4 changed files with 9 additions and 5 deletions

View File

@@ -2,9 +2,9 @@
namespace App\Http\Controllers\Api;
use Auth;
use Log;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use App\Models\Acars;
use App\Models\Pirep;