Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Devonab authored and github-actions[bot] committed Dec 28, 2024
1 parent 402dfe4 commit ead633d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/filament-easy-footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
'github' => [
'repository' => env('GITHUB_REPOSITORY', ''),
'token' => env('GITHUB_TOKEN', ''),
'cache_ttl' => env('GITHUB_CACHE_TTL', 3600)
'cache_ttl' => env('GITHUB_CACHE_TTL', 3600),
],
];
3 changes: 3 additions & 0 deletions src/Services/GitHubService.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ class GitHubService
protected ?string $token = null;

protected ?string $repository = null;

protected bool $showLogo = false;

protected bool $showUrl = false;

protected int $cacheTtl;

protected string $defaultVersion;
Expand Down

0 comments on commit ead633d

Please sign in to comment.