mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -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;
|
||||
}
|
||||
|
||||
public function checkUser()
|
||||
{
|
||||
return [
|
||||
'success' => \auth()->check(),
|
||||
];
|
||||
}
|
||||
|
||||
public function create(AdvFormBuilder $formBuilder, CategoryRepositoryInterface $repository)
|
||||
{
|
||||
$isActive = new AdvModel();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user