mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
#4601 Membership Resources Report
This commit is contained in:
parent
8d57a11c64
commit
d4c23cee67
@ -6,7 +6,6 @@ use Anomaly\Streams\Platform\Model\Users\UsersUsersEntryModel;
|
|||||||
use Anomaly\UsersModule\User\Contract\UserRepositoryInterface;
|
use Anomaly\UsersModule\User\Contract\UserRepositoryInterface;
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
use Illuminate\Support\Facades\Auth;
|
use Illuminate\Support\Facades\Auth;
|
||||||
use Illuminate\Support\Facades\DB;
|
|
||||||
use Visiosoft\AdvsModule\Adv\AdvModel;
|
use Visiosoft\AdvsModule\Adv\AdvModel;
|
||||||
use Visiosoft\AdvsModule\Adv\Event\ChangeStatusAd;
|
use Visiosoft\AdvsModule\Adv\Event\ChangeStatusAd;
|
||||||
use Visiosoft\AdvsModule\Status\Contract\StatusRepositoryInterface;
|
use Visiosoft\AdvsModule\Status\Contract\StatusRepositoryInterface;
|
||||||
|
|||||||
@ -187,6 +187,10 @@ class ProfileModuleServiceProvider extends AddonServiceProvider
|
|||||||
|
|
||||||
public function boot(AddonCollection $addonCollection)
|
public function boot(AddonCollection $addonCollection)
|
||||||
{
|
{
|
||||||
|
if ($utmSource = request('utm_source')) {
|
||||||
|
setcookie('utm_source', $utmSource);
|
||||||
|
}
|
||||||
|
|
||||||
$slug = 'export';
|
$slug = 'export';
|
||||||
$section = [
|
$section = [
|
||||||
'title' => 'visiosoft.module.profile::button.export',
|
'title' => 'visiosoft.module.profile::button.export',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user