Skip to content

Instantly share code, notes, and snippets.

@n1k0
Forked from clemherreman/Action.class.php
Created November 3, 2011 15:26

Revisions

  1. n1k0 revised this gist Nov 3, 2011. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions Action.class.php
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,7 @@

    class Action
    {


    public function goFuckYourself() {
    return andCry();
    }
    }
  2. @clemherreman clemherreman created this gist Nov 3, 2011.
    7 changes: 7 additions & 0 deletions Action.class.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    <?php

    class Action
    {


    }