Skip to content

Commit

Permalink
Pro model
Browse files Browse the repository at this point in the history
  • Loading branch information
josephpaul committed Oct 31, 2014
1 parent 8e5f607 commit 0c192bb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/app/models/Projects.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php
class Projects extends Eloquent
{
protected $table="project_details";

protected $fillable=["name","admin","org_id"];



}
?>

0 comments on commit 0c192bb

Please sign in to comment.