mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -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;
|
||||
}
|
||||
|
||||
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