feat: implement barangay and household management with associated tests
This commit is contained in:
@@ -8,7 +8,10 @@ use Illuminate\Validation\Rule;
|
||||
|
||||
class StoreCollectionTeamRequest extends FormRequest
|
||||
{
|
||||
public function authorize(): bool { return true; }
|
||||
public function authorize(): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function rules(): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user