Coverted script import to laravel

This commit is contained in:
Deon George
2016-06-22 15:49:20 +10:00
parent a2357435e1
commit b1d7cfe616
36 changed files with 1619 additions and 299 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace App\Model;
use Illuminate\Database\Eloquent\Model;
class PhotoPerson extends Model
{
}