opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Database
/
Eloquent
➕ New
📤 Upload
✎ Editing:
DeviatesCastableAttributes.php
← Back
<?php namespace RectorPrefix202411\Illuminate\Contracts\Database\Eloquent; interface DeviatesCastableAttributes { /** * Increment the attribute. * * @param \Illuminate\Database\Eloquent\Model $model * @param string $key * @param mixed $value * @param array $attributes * @return mixed */ public function increment($model, string $key, $value, array $attributes); /** * Decrement the attribute. * * @param \Illuminate\Database\Eloquent\Model $model * @param string $key * @param mixed $value * @param array $attributes * @return mixed */ public function decrement($model, string $key, $value, array $attributes); }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel