stub of the row editor
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ namespace App\Models;
|
||||
* Row in a data table
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $data - JSONB, always containing _id
|
||||
* @property object|\RowData $data - JSONB, always containing _id
|
||||
*/
|
||||
class Row extends BaseModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user