* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace CanonicalUrl\Event; /** * Class CanonicalUrlEvents. * * @author Gilles Bourgeat */ class CanonicalUrlEvents { const GENERATE_CANONICAL = 'canonical.url.generate.canonical'; }