Implement academy analytics, billing, and web stories updates
This commit is contained in:
@@ -24,6 +24,10 @@ class AcademyPromptTemplate extends Model
|
||||
'negative_prompt',
|
||||
'usage_notes',
|
||||
'workflow_notes',
|
||||
'documentation',
|
||||
'placeholders',
|
||||
'helper_prompts',
|
||||
'prompt_variants',
|
||||
'difficulty',
|
||||
'access_level',
|
||||
'aspect_ratio',
|
||||
@@ -41,6 +45,10 @@ class AcademyPromptTemplate extends Model
|
||||
protected $casts = [
|
||||
'tags' => 'array',
|
||||
'tool_notes' => 'array',
|
||||
'documentation' => 'array',
|
||||
'placeholders' => 'array',
|
||||
'helper_prompts' => 'array',
|
||||
'prompt_variants' => 'array',
|
||||
'featured' => 'boolean',
|
||||
'prompt_of_week' => 'boolean',
|
||||
'active' => 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user