remove ray
This commit is contained in:
parent
91db1953ff
commit
5ae16b195c
1 changed files with 0 additions and 1 deletions
|
|
@ -76,7 +76,6 @@ public function skipBoarding()
|
|||
Team::find(currentTeam()->id)->update([
|
||||
'show_boarding' => false
|
||||
]);
|
||||
ray(currentTeam());
|
||||
refreshSession();
|
||||
return redirect()->route('dashboard');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue