Browse Source

adding basic help functions to artisan

Shawn McCool 12 years ago
parent
commit
644ecfcc25
1 changed files with 0 additions and 1 deletions
  1. 0 1
      laravel/cli/tasks/help.php

+ 0 - 1
laravel/cli/tasks/help.php

@@ -31,5 +31,4 @@ class Help extends Task {
 			}
 			}
 		}
 		}
 	}
 	}
-
 }
 }