Skip to content

Commit

Permalink
Update Flows.php
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Nov 16, 2023
1 parent 05f4977 commit e0ceeb0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion includes/Flows/Flows.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,19 @@ final class Flows {
),

'sitegen' => array(
'siteLogo' => array(
'siteDetails' => array(
'name' => '',
'type' => '',
'style' => '',
'prompt' => '',
),
'siteLogo' => array(
'id' => 0,
'url' => '',
),
'experience' => array(
'level' => 0,
),
),
);

Expand Down

0 comments on commit e0ceeb0

Please sign in to comment.