File manager - Edit - /var/www/payraty/helpdesk/common/Files/Traits/SetsAvailableSpaceAttribute.php
Back
<?php namespace Common\Files\Traits; trait SetsAvailableSpaceAttribute { /** * Large numbers are not stored in db on some servers properly without this. * * @param int $value */ public function setAvailableSpaceAttribute($value) { if ( ! config('database.mysql.strict') && ! is_null($value)) { $this->attributes['available_space'] = (string) $value; } else { $this->attributes['available_space'] = $value; } } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.3 |
proxy
|
phpinfo
|
Settings