Skip to content
  • This project
    • Loading...
  • Sign in

flexydial / hdfc

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hdfc
  • application
  • app
  • Models
  • RelationshipSubCategory.php
  • Yashwant's avatar
    relationship tagging data process script · 4a9f4561
    Yashwant committed 2017-11-07 17:03:32 +0530
    4a9f4561 Browse Files
RelationshipSubCategory.php 216 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
<?php

namespace App\Models;
use Illuminate\Database\Eloquent\Model;

class RelationshipSubCategory extends Model{

	protected $table = 'relationship_sub_category';

	protected $fillable = ['category_id','title'];

}