Typed property Filament\Forms\Components\Component::$container must not be accessed before initialization
php artisan storage:link
protected function getTableQuery(): Builder { $user = Auth::user(); if ($user->entreprise_id == null) return Article::with(['rubrique']); return Article::with(['rubrique']) ->where('entreprise_id', $user->entreprise_id); }