Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malebestia authored and Malebestia committed Sep 4, 2023
1 parent cd032ba commit 5e2641d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Models/Panels/NotifyThemeablePanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Illuminate\Contracts\Support\Renderable;
use Illuminate\Http\Request;
use Modules\Cms\Models\Panels\XotBasePanel;
use Modules\Notify\Models\NotifyThemeable;
use Modules\Xot\Contracts\RowsContract;

class NotifyThemeablePanel extends XotBasePanel {
Expand Down Expand Up @@ -45,7 +46,7 @@ public function search(): array {
* quando aggiungi un campo select, è il numero della chiave
* che viene messo come valore su value="id"
*
* @param Modules\Notify\Models\NotifyThemeable $row
* @param NotifyThemeable $row
*
* @return int|string|null
*/
Expand Down

0 comments on commit 5e2641d

Please sign in to comment.