Skip to content

Commit

Permalink
Re-include placeholder settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tonning committed Mar 23, 2024
1 parent ba00a67 commit f7dd73d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Settings/SkeletonSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

class SkeletonSettings extends AppSettings
{
// public string $url;

protected array $rules = [
// 'url' => Rule::requiredIf($this->enabled === true),
];

public function description(): string
{
return 'Interact with Skeleton.';
Expand Down

0 comments on commit f7dd73d

Please sign in to comment.