Merge pull request #1256 from openclassify/dia

#5051 coursefinder-theme needs
This commit is contained in:
profstyle1 2021-12-31 16:31:18 +03:00 committed by GitHub
commit a6f0c7dc71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();