migrate to gtea from bistbucket
This commit is contained in:
14
public/restaurant/stubs/nwidart-stubs/rule.stub
Normal file
14
public/restaurant/stubs/nwidart-stubs/rule.stub
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace $NAMESPACE$;
|
||||
|
||||
use Closure;
|
||||
use Illuminate\Contracts\Validation\ValidationRule;
|
||||
|
||||
class $CLASS$ implements ValidationRule
|
||||
{
|
||||
/**
|
||||
* Run the validation rule.
|
||||
*/
|
||||
public function validate(string $attribute, mixed $value, Closure $fail): void {}
|
||||
}
|
||||
Reference in New Issue
Block a user