|
|
@@ -2,9 +2,9 @@
|
|
2
|
2
|
|
|
3
|
3
|
namespace App\Filament\Resources;
|
|
4
|
4
|
|
|
5
|
|
-use App\Filament\Resources\EgsHistoryResource\Pages;
|
|
6
|
|
-use App\Filament\Resources\EgsHistoryResource\RelationManagers;
|
|
7
|
|
-use App\Models\EgsHistory;
|
|
|
5
|
+use App\Filament\Resources\EsgHistoryResource\Pages;
|
|
|
6
|
+use App\Filament\Resources\EsgHistoryResource\RelationManagers;
|
|
|
7
|
+use App\Models\EsgHistory;
|
|
8
|
8
|
use Filament\Forms;
|
|
9
|
9
|
use Filament\Forms\Components\Radio;
|
|
10
|
10
|
use Filament\Forms\Components\Section;
|
|
|
@@ -125,9 +125,9 @@ class EsgHistoryResource extends Resource
|
|
125
|
125
|
public static function getPages(): array
|
|
126
|
126
|
{
|
|
127
|
127
|
return [
|
|
128
|
|
- 'index' => Pages\ListEgsHistories::route('/'),
|
|
129
|
|
- 'create' => Pages\CreateEgsHistory::route('/create'),
|
|
130
|
|
- 'edit' => Pages\EditEgsHistory::route('/{record}/edit'),
|
|
|
128
|
+ 'index' => Pages\ListEsgHistories::route('/'),
|
|
|
129
|
+ 'create' => Pages\CreateEsgHistory::route('/create'),
|
|
|
130
|
+ 'edit' => Pages\EditEsgHistory::route('/{record}/edit'),
|
|
131
|
131
|
];
|
|
132
|
132
|
}
|
|
133
|
133
|
}
|