Skip to content

Commit

Permalink
fkcls
Browse files Browse the repository at this point in the history
  • Loading branch information
siripravi committed Nov 6, 2024
1 parent 5153955 commit c346ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widgets/ImageWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public function getImages()
{
$reference = Yii::$app->gallery->getSessionUploadKey();
$fkName = Yii::$app->gallery->fkName;
$fkClass = Yii::$app->gallery->fkClass;
$imgTable = Yii::$app->gallery->imgTable;
// $fkClass = Yii::$app->gallery->fkClass;
// $imgTable = Yii::$app->gallery->imgTable;
$images = Image::find(['reference' => $reference])->all();
$data = ArrayHelper::toArray($images, [
'siripravi\gallery\models\Image' => [
Expand Down

0 comments on commit c346ede

Please sign in to comment.