Add notification system with Rsx_Throttle utility
Add action log feature, fix Bootstrap variables and DataGrid styling 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -17,11 +17,11 @@ use App\RSpade\Core\Database\Models\Rsx_Site_Model_Abstract;
|
||||
|
||||
/**
|
||||
* _AUTO_GENERATED_ Database type hints - do not edit manually
|
||||
* Generated on: 2025-12-26 02:43:29
|
||||
* Generated on: 2026-01-29 08:25:50
|
||||
* Table: _search_indexes
|
||||
*
|
||||
* @property int $id
|
||||
* @property mixed $indexable_type
|
||||
* @property int $indexable_type
|
||||
* @property int $indexable_id
|
||||
* @property string $content
|
||||
* @property array $metadata
|
||||
@@ -37,7 +37,7 @@ use App\RSpade\Core\Database\Models\Rsx_Site_Model_Abstract;
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class Search_Index_Model extends Rsx_Site_Model_Abstract
|
||||
{
|
||||
{
|
||||
// Required static properties from parent abstract class
|
||||
public static $enums = [];
|
||||
public static $rel = [];
|
||||
|
||||
Reference in New Issue
Block a user