Skip to content

Commit

Permalink
updateding model template for laravel 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daylerees committed May 4, 2012
1 parent 8d34985 commit 5342b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/model/model.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

class #CLASS# extends Eloquent\Model {
class #CLASS# extends Eloquent {
#TIMESTAMPS##RELATIONS#}

0 comments on commit 5342b9c

Please sign in to comment.