Skip to content

Commit

Permalink
Change namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sebgm committed Jan 31, 2025
1 parent f830760 commit 9151e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SelectTree.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace CodeWithDennis\FilamentSelectTree;
namespace SebGM\FilamentSelectTree;

use Closure;
use Exception;
Expand Down Expand Up @@ -35,7 +35,7 @@ class SelectTree extends Field implements HasAffixActions
protected bool $withCount = false;

protected bool $isMultiple = true;

protected Collection|array|null $options = [];

protected bool $alwaysOpen = false;
Expand Down

0 comments on commit 9151e41

Please sign in to comment.