Merge remote-tracking branch 'origin/master'

This commit is contained in:
Metehan Celik 2022-01-06 11:04:19 +03:00
commit e9061bae94
4 changed files with 10 additions and 3 deletions

View File

@ -742,6 +742,13 @@ class AdvsController extends PublicController
return $cats;
}
public function checkUser()
{
return [
'success' => \auth()->check(),
];
}
public function create(AdvFormBuilder $formBuilder, CategoryRepositoryInterface $repository)
{
$isActive = new AdvModel();

View File

@ -22,7 +22,7 @@
{{ addBlock('layouts/default/section')|raw }}
<main id="main">
<div class="container-md container-fluid">
<div class="container">
{% include "visiosoft.theme.base::partials/messages" %}

View File

@ -66,7 +66,7 @@ class ValueTableBuilder extends TableBuilder
],
'rotate' => [
'target' => '_blank',
'icon' => 'fa fa-sync-alt',
'icon' => 'fa fa-sync-alt fa-refresh',
'type' => 'info',
'text' => '',
'class' => 'col-4',

View File

@ -41,7 +41,7 @@
"anomaly/decimal-field_type": "~2.1.0",
"anomaly/integer-field_type": "~2.1.0",
"anomaly/editor-field_type": "~3.1.0",
"anomaly/select-field_type": "~2.3.0",
"anomaly/select-field_type": "2.3.8",
"anomaly/slider-field_type": "~3.0.0",
"anomaly/addon-field_type": "~2.2.0",
"anomaly/email-field_type": "~2.1.0",