Commit ce0c292d authored by Joshua Sedler's avatar Joshua Sedler 🤸🏼
Browse files

Issue #3315737: Set enabled "TRUE" by default for new riddles

parent eca28cc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ class Riddle extends ConfigEntityBase {
   *
   * @var bool
   */
  protected $status;
  protected $status = TRUE;

  /**
   * Get the riddle question.