feat: updates
This commit is contained in:
10
app/Forms/Components/BranchAccounts.php
Normal file
10
app/Forms/Components/BranchAccounts.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Forms\Components;
|
||||
|
||||
use Filament\Forms\Components\Field;
|
||||
|
||||
class BranchAccounts extends Field
|
||||
{
|
||||
protected string $view = 'forms.components.branch-accounts';
|
||||
}
|
||||
Reference in New Issue
Block a user