mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Working Appeals form
Still need to style the email form, but the Appeal Form is working with a bit of protection from bots to cut down on spam.
This commit is contained in:
@ -17,9 +17,8 @@ class LocationAppeal extends Mailable
|
||||
/**
|
||||
* Create a new message instance.
|
||||
*/
|
||||
public function __construct()
|
||||
public function __construct(public $location, public $sponsor)
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user