| Current Path : /home/p/o/n/poneycluc/www/plugins/system/t4/admin/src/Action/ |
| Current File : /home/p/o/n/poneycluc/www/plugins/system/t4/admin/src/Action/Draft.php |
<?php
namespace T4Admin\Action;
class Draft {
public static function doSave () {
$key = \T4Admin\Draft::store();
return ["ok" => 1, "key" => $key];
}
}