@@ -12,7 +12,6 @@ |
||
| 12 | 12 | use App\GraphQL\Types\AuthUserType; |
| 13 | 13 | use App\Models\User; |
| 14 | 14 | use GraphQL\Type\Definition\Type; |
| 15 | -use Illuminate\Contracts\Validation\Validator; |
|
| 16 | 15 | use Illuminate\Support\Arr; |
| 17 | 16 | |
| 18 | 17 | /** |
@@ -4,7 +4,7 @@ |
||
| 4 | 4 | * For the full copyright and license information, please view the LICENSE |
| 5 | 5 | * file that was distributed with this source code. |
| 6 | 6 | */ |
| 7 | -declare(strict_types=1); |
|
| 7 | +declare(strict_types = 1); |
|
| 8 | 8 | |
| 9 | 9 | namespace App\GraphQL\Mutations; |
| 10 | 10 | |