rename postgres to standalonepostgres

This commit is contained in:
Andras Bacsai
2023-08-07 19:25:32 +02:00
parent a020bc872d
commit 20e1cd6d6b
10 changed files with 29 additions and 14 deletions

View File

@@ -38,7 +38,7 @@
</div>
<div class="w-full pl-8">
<div x-cloak x-show="activeTab === 'general'" class="h-full">
@if ($database->getMorphClass() === 'App\Models\Postgresql')
@if ($database->type() === 'postgresql')
<livewire:project.database.postgresql.general :database="$database" />
@endif
</div>