koel/app/Models/ContributingArtist.php

9 lines
108 B
PHP
Raw Normal View History

2016-04-17 15:38:06 +00:00
<?php
namespace App\Models;
class ContributingArtist extends Artist
{
protected $table = 'artists';
}