fix: CompanyRepository::all() → findAll()
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
860e93a20b
commit
7657e0f55c
@@ -3442,7 +3442,7 @@ HTML;
|
||||
{
|
||||
SessionAuth::require();
|
||||
$user = SessionAuth::user();
|
||||
$companies = CompanyRepository::all('is_active = 1');
|
||||
$companies = CompanyRepository::findAll();
|
||||
|
||||
$opts = '';
|
||||
foreach ($companies as $c) {
|
||||
|
||||
Reference in New Issue
Block a user