%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/geotechnics/api/app/Models/
Upload File :
Create Path :
Current File : /var/www/html/geotechnics/api/app/Models/ActivityLog.php

<?php

namespace App\Models;

/**
 * App\Models\Activity
 *
 * @property int $id
 * @property string $log_name
 * @property string $description
 * @property int $subject_id
 * @property string $subject_type
 * @property int $causer_id
 * @property string $causer_type
 * @property string $properties
 * @property \Carbon\Carbon $created_at
 * @property \Carbon\Carbon $updated_at
 */
class ActivityLog extends BaseModel
{
    protected $table = 'activity_log';

    protected $casts = [
        'id'           => 'integer',
        'log_name'     => 'string',
        'description'  => 'string',
        'subject_id'   => 'integer',
        'subject_type' => 'string',
        'causer_id'    => 'integer',
        'causer_type'  => 'string',
    ];
}

Zerion Mini Shell 1.0