Add IP facade

This commit is contained in:
Miguel Nogueira 2021-10-24 04:41:33 +01:00 committed by GitHub
parent bcb37dd824
commit de2c3a0efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ use App\Http\Controllers\Controller;
use App\Profile; use App\Profile;
use App\User; use App\User;
use App\Facades\Options; use App\Facades\Options;
use App\Facades\IP;
use Illuminate\Foundation\Auth\RegistersUsers; use Illuminate\Foundation\Auth\RegistersUsers;
use Illuminate\Support\Facades\Hash; use Illuminate\Support\Facades\Hash;
use Illuminate\Support\Facades\Validator; use Illuminate\Support\Facades\Validator;