tomatophp / filament-pos

POS working with Ecommerce System for FilamentPHP
MIT License
13 stars 1 forks source link

Class "TomatoPHP\FilamentAccounts\Filament\Resources\AccountResource\Pages\AccountPages" not found #3

Closed brianalviano closed 1 week ago

brianalviano commented 1 week ago

at vendor/tomatophp/filament-accounts/src/Filament/Resources/AccountResource.php:80 76▕ } 77▕ 78▕ public static function getPages(): array 79▕ { ➜ 80▕ return config('filament-accounts.accounts.pages') ? config('filament-accounts.accounts.pages')::routes() : [ 81▕ 'index' => \TomatoPHP\FilamentAccounts\Filament\Resources\AccountResource\Pages\ListAccounts::route('/'), 82▕ 'edit' => \TomatoPHP\FilamentAccounts\Filament\Resources\AccountResource\Pages\EditAccount::route('/{record}/edit') 83▕ ]; 84▕ }

image

linear[bot] commented 1 week ago

TOT-77 Class "TomatoPHP\FilamentAccounts\Filament\Resources\AccountResource\Pages\AccountPages" not found

himadreekuntal commented 1 week ago

facing the same issue.

3x1io commented 1 week ago

fixed in the last version.