mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 07:46:07 -06:00
#5051 coursefinder-theme needs
This commit is contained in:
parent
3c8301e6a9
commit
e6fba7c409
@ -742,6 +742,13 @@ class AdvsController extends PublicController
|
|||||||
return $cats;
|
return $cats;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function checkUser()
|
||||||
|
{
|
||||||
|
return [
|
||||||
|
'success' => \auth()->check(),
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
public function create(AdvFormBuilder $formBuilder, CategoryRepositoryInterface $repository)
|
public function create(AdvFormBuilder $formBuilder, CategoryRepositoryInterface $repository)
|
||||||
{
|
{
|
||||||
$isActive = new AdvModel();
|
$isActive = new AdvModel();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user