Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tonning authored Aug 21, 2024
1 parent 130a7f9 commit 1bee4fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Settings/SkeletonSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@

class SkeletonSettings extends AppSettings
{
// public string $url; // Example, modify to fit your need.
// public string $url;

public function rules(): array
{
// 'url' => Rule::requiredIf($this->enabled === true), // Example, modify to fit your need.
// return [
// 'url' => Rule::requiredIf($this->enabled === true),
// ];
}

public function description(): string
Expand Down

0 comments on commit 1bee4fc

Please sign in to comment.