Paperyard
Shell.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Paperyard\Models\Log;
4 
6 
7 class Shell extends Model
8 {
10  protected $table = 'logShell';
11 }