Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in
Logo1

hfpp2012 / laravel-blog

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • laravel-blog
  • app
  • Photo.php
  • hfpp2012 yinsigan's avatar
    migration · 3e79e3bc
    hfpp2012 yinsigan committed Aug 04, 2017
    3e79e3bc Browse Files
Photo.php 101 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10
<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class Photo extends Model
{
    //
}