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

Yashwant / hdfc

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hdfc
  • application
  • app
  • Models
  • RelationshipService.php
  • Yashwant's avatar
    relationship tagging data process script · 4a9f4561
    Yashwant committed 2017-11-07 17:03:32 +0530
    4a9f4561 Browse Files
RelationshipService.php 193 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 RelationshipService extends Model{

	protected $table = 'relationship_service';

	protected $fillable = ['title'];

}