Fixed static code analyser and added unit tests for ip lookup

This commit is contained in:
Constantin Graf
2024-07-01 17:25:20 +02:00
parent 442da936d0
commit 7decb095ee
5 changed files with 102 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ use Korridor\LaravelModelValidationRules\Rules\UniqueEloquent;
/**
* @property Organization $organization Organization from model binding
* @property Project $project Project from model binding
* @property Project|null $project Project from model binding
*/
class ProjectUpdateRequest extends FormRequest
{