whoami7 - Manager
:
/
home
/
techyfnq
/
www
/
wp-content
/
plugins
/
site-reviews
/
plugin
/
Defaults
/
Upload File:
files >> //home/techyfnq/www/wp-content/plugins/site-reviews/plugin/Defaults/TogglePinnedDefaults.php
<?php namespace GeminiLabs\SiteReviews\Defaults; class TogglePinnedDefaults extends DefaultsAbstract { /** * The values that should be cast before sanitization is run. * This is done before $sanitize and $enums. * @var array */ public $casts = [ 'id' => 'int', 'pinned' => 'int', ]; /** * @return array */ protected function defaults() { return [ 'id' => 0, 'pinned' => -1, ]; } }
Copyright ©2021 || Defacer Indonesia