Skip to content

Commit

Permalink
Update Order.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovit committed Sep 4, 2014
1 parent 6c224cf commit 32f5250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/stubs/Order.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php namespace App;

use Eloquent;
use Illuminate\Database\Eloquent\Model;

class Order extends Eloquent {
class Order extends Model {
protected $fillable = [];
}
}

0 comments on commit 32f5250

Please sign in to comment.