mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
Merge pull request #1256 from openclassify/dia
#5051 coursefinder-theme needs
This commit is contained in:
commit
a6f0c7dc71
@ -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