iivannov/branchio

View on GitHub
src/Support/UrlType.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Iivannov\Branchio\Support;


class UrlType
{
    const DEFAULT_TYPE = 0;

    const ONCE = 1;

    const MARKETING = 2;
}