Shift cleanup

This commit is contained in:
Shift
2023-02-19 16:20:01 +00:00
committed by HolgerHatGarKeineNode
parent f1905d548d
commit 72bb9a8186
28 changed files with 10 additions and 28 deletions

View File

@@ -2,8 +2,8 @@
namespace App\Rules;
use Closure;
use App\Models\MeetupEvent;
use Closure;
use Illuminate\Contracts\Validation\InvokableRule;
class UniqueAttendeeName implements InvokableRule