public static function cart($getShared = true) { if ($getShared) { return static::getSharedInstance('cart'); } return new \App\Libraries\Cart(); }