Skip to content

Instantly share code, notes, and snippets.

@robfrancken
robfrancken / IsValidABN.php
Created June 7, 2024 06:02
ABN Validation Rule
<?php
namespace App\Rules;
use Illuminate\Contracts\Validation\Rule;
class IsValidABN implements Rule
{
/**
* Determine if the validation rule passes.