Skip to content

Commit

Permalink
Add Option model
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmaher committed Sep 11, 2014
1 parent 6406c79 commit f274791
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Option.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php namespace Square1\Wordpressed;

use Illuminate\Database\Eloquent\Model as Eloquent;

class Option extends Eloquent
{

}

0 comments on commit f274791

Please sign in to comment.