-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to files: app/Filament/Resources/BranchResource.php
app/Filament/Resources/BranchResource/Pages/Creating.php app/Filament/Resources/BranchResource/Pages/Editing.php app/Filament/Resources/BranchResource/Pages/Listing.php app/Filament/Resources/CompanyResource.php app/Filament/Resources/CompanyResource/Pages/Creating.php app/Filament/Resources/CompanyResource/Pages/Editing.php app/Filament/Resources/CompanyResource/Pages/Listing.php app/Filament/Resources/CountryCurrencyResource.php app/Filament/Resources/CountryCurrencyResource/Pages/Creating.php app/Filament/Resources/CountryCurrencyResource/Pages/Editing.php app/Filament/Resources/CountryCurrencyResource/Pages/Listing.php app/Filament/Resources/CountryResource.php app/Filament/Resources/CountryResource/Pages/Creating.php app/Filament/Resources/CountryResource/Pages/Editing.php app/Filament/Resources/CountryResource/Pages/Listing.php app/Filament/Resources/CurrencyResource.php app/Filament/Resources/CurrencyResource/Pages/Creating.php app/Filament/Resources/CurrencyResource/Pages/Editing.php app/Filament/Resources/CurrencyResource/Pages/Listing.php app/Filament/Resources/DataMigratedResource.php app/Filament/Resources/DataMigratedResource/Pages/Creating.php app/Filament/Resources/DataMigratedResource/Pages/Editing.php app/Filament/Resources/DataMigratedResource/Pages/Listing.php app/Filament/Resources/LanguageResource.php app/Filament/Resources/LanguageResource/Pages/Creating.php app/Filament/Resources/LanguageResource/Pages/Editing.php app/Filament/Resources/LanguageResource/Pages/Listing.php app/Filament/Resources/LanguageTranslationResource.php app/Filament/Resources/LanguageTranslationResource/Pages/Creating.php app/Filament/Resources/LanguageTranslationResource/Pages/Editing.php app/Filament/Resources/LanguageTranslationResource/Pages/Listing.php app/Filament/Resources/NotificationResource.php app/Filament/Resources/NotificationResource/Pages/Creating.php app/Filament/Resources/NotificationResource/Pages/Editing.php app/Filament/Resources/NotificationResource/Pages/Listing.php app/Filament/Resources/SettingResource.php app/Filament/Resources/SettingResource/Pages/Creating.php app/Filament/Resources/SettingResource/Pages/Editing.php app/Filament/Resources/SettingResource/Pages/Listing.php app/Filament/Resources/TimezoneResource.php app/Filament/Resources/TimezoneResource/Pages/Creating.php app/Filament/Resources/TimezoneResource/Pages/Editing.php app/Filament/Resources/TimezoneResource/Pages/Listing.php
- Loading branch information
1 parent
dbfd8ef
commit c53a869
Showing
44 changed files
with
111 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
app/Filament/Resources/CountryCurrencyResource/Pages/Listing.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
<?php | ||
|
||
namespace Modules\Core\Filament\Resources\CountryCurrencyResources\Pages; | ||
namespace Modules\Core\Filament\Resources\CountryCurrencyResource\Pages; | ||
|
||
use Modules\Base\Filament\Resources\Pages\ListingBase; | ||
use Modules\Core\Filament\Resources\CountryCurrencyResource; | ||
|
||
// Class List that extends ListBase | ||
class Listing extends ListingBase | ||
{ | ||
protected static string $resource = CountryCurrencyResource::class; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.