Skip to content

Instantly share code, notes, and snippets.

@WyriHaximus
Created October 1, 2014 19:05
Show Gist options
  • Save WyriHaximus/3031441e2e4dad12a7d9 to your computer and use it in GitHub Desktop.
Save WyriHaximus/3031441e2e4dad12a7d9 to your computer and use it in GitHub Desktop.
ToyRocketStrategy.php
<?php
namespace Sculpin\Contrib\Taxonomy\PermalinkStrategy;
class ToyRocketStrategy {
public function magic($str) {
return $str . '∙∙∙∙∙·▫▫ᵒᴼᵒ▫ₒₒ▫ᵒᴼᵒ▫ₒₒ▫ᵒᴼᵒ☼)===>';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment