Skip to content

Commit ba13a0a

Browse files
Fix styling
1 parent e219b1e commit ba13a0a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

packages/company/src/Resources/CompanyResource.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,14 +292,13 @@ public static function table(Table $table): Table
292292
->numeric()
293293
->label(__('company::fields.contacts'))
294294
->toggleable(),
295-
296295

297296
TextColumn::make('addresses_count')
298297
->counts('addresses')
299298
->label(__('company::fields.addresses'))
300299
->numeric()
301300
->toggleable(),
302-
301+
303302
// TextColumn::make('default_currency_code')
304303
// ->label(__('company::fields.default_currency_code'))
305304
// ->toggleable(isToggledHiddenByDefault: true),

packages/contact/config/contact.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
use Moox\Company\Models\Company;
44
use Moox\Company\Resources\CompanyResource;
5-
use Moox\Contact\Models\ContactAssignment;
65
use Moox\Contact\Models\Contact;
6+
use Moox\Contact\Models\ContactAssignment;
77

88
/*
99
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)