Applied fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
d5d71893e9
commit
a994e34385
@@ -748,7 +748,7 @@ class UserController extends Controller
|
||||
public function UserAssignOrg($id)
|
||||
{
|
||||
$org_name = Input::get('org');
|
||||
$org= Organization::where('name','=',$org_name)->lists('id')->first();
|
||||
$org = Organization::where('name', '=', $org_name)->lists('id')->first();
|
||||
$user_org = new User_org();
|
||||
$user_org->org_id = $org;
|
||||
$user_org->user_id = $id;
|
||||
|
Reference in New Issue
Block a user