CurrentSegmentInfobox: Fixed bug where editing a segment would not update the source correctly and mess up with other widgets
<?php namespace TestCAS\Http\Requests;
use Illuminate\Foundation\Http\FormRequest;
abstract class Request extends FormRequest
{
//
}