Paperyard
File.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
7 class File extends Model
8 {
9 
11  protected $table = 'logs';
12 
13 }