BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Database
/
Eloquent
📤 Upload
📝 New File
📁 New Folder
Close
Editing: DeviatesCastableAttributes.php
<?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
Cancel