Initial commit
Couldnt keep the history unfortunately.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Model;
|
||||
|
||||
use App\Traits\Log;
|
||||
|
||||
class MediaModel extends Model {
|
||||
|
||||
use Log;
|
||||
|
||||
protected $table = 'media';
|
||||
protected $sort = 'filename';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user