%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/loslex/test/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/
Upload File :
Create Path :
Current File : /www/loslex/test/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/cast.inbound.stub

<?php

namespace {{ namespace }};

use Illuminate\Database\Eloquent\Model;
use Illuminate\Contracts\Database\Eloquent\CastsInboundAttributes;

class {{ class }} implements CastsInboundAttributes
{
    /**
     * Prepare the given value for storage.
     *
     * @param  array<string, mixed>  $attributes
     */
    public function set(Model $model, string $key, mixed $value, array $attributes): mixed
    {
        return $value;
    }
}

Zerion Mini Shell 1.0