Skip to content

Instantly share code, notes, and snippets.

View gabrieljmj's full-sized avatar
💻
Working from home

Gabriel Jacinto gabrieljmj

💻
Working from home
  • Zig
  • Itajobi, SP, Brazil
View GitHub Profile
@gabrieljmj
gabrieljmj / AbstractRuleSet.php
Created November 19, 2019 17:39
LaravelRuleSets
<?php
namespace App\Rules\RuleSets;
use InvalidArgumentException;
abstract class AbstractRuleSet implements RuleSet
{
/**
* Rules set to combines with.