Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Apr 1, 2024
1 parent 9016c17 commit 990f2a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Support/Livewire/Models/ModelSynth.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ public function dehydrate($target)
{
$class = $target::class;

// If no alias is found, this just returns the class name
$alias = $target->getMorphClass();

try {
// If no alias is found, this just returns the class name
$alias = $target->getMorphClass();
Expand Down

0 comments on commit 990f2a6

Please sign in to comment.