remove ray
This commit is contained in:
parent
91db1953ff
commit
5ae16b195c
@ -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 New Issue
Block a user