mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
[admin] torrent add more bulk action
This commit is contained in:
@@ -15,4 +15,12 @@ trait OptionsTrait
|
||||
$disableValue => __('label.disabled'),
|
||||
];
|
||||
}
|
||||
|
||||
private static function getYesNoOptions($yesValue = 1, $noValue = 0): array
|
||||
{
|
||||
return [
|
||||
$yesValue => 'Yes',
|
||||
$noValue => 'No',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user